Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 30 additions & 83 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "npm --prefix task_manager_app/src/views/todo-list run dev",
"start": "concurrently \"npm run server\" \"npm run client\"",
"server": "cd task_manager_app/src && python3 -m controllers.server",
"server": "cd task_manager_app/src && python -m controllers.server",
"client": "npm --prefix task_manager_app/src/views/todo-list run dev"
},
"dependencies": {
Expand Down
70 changes: 70 additions & 0 deletions task_manager_app/docs/meeting_minutes/milestone_4/week_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Feature Progress Report:
### Kylee
- Added: multiple lists
- Needs: rearrange list and rename list
### Bishakha
- Added: Due dates for tasks
- Needs: N/A
- Notes: (had issue with merge conflict, but resolved)
### Dominic
- Added: Reorder task
- Needs: N/A
- Notes: Can use functionality for reordering lists
### Simon
- Added: Edit task name
- Needs: Buttons prettier
- Notes: Edit functionality can extend to the list
### Jaxon
- Added: Priority to tasks
- Needs: task color based on priority? Sort by priority?
##
# Week 2 Planning
### Discussion: By-task vs by-role - Pros and Cons
- Dominic: By-task gives you experience with all parts of software
- Jaxon: By-task worked fine
- Kylee: By-task led to fast, productive development, but also merge conflicts with independent work.

**Result**: Assignments this week will be by-role, not by-task. Developers will work on all parts of all tasks within their role.

## This week's roles
Kylee and Simon are Non-developers this week. Here are their assignments:
- **Simon**
- Update UML (Use Case and Class Diagram)
- Manual Validation
- **Kylee**
- Update Github Project Board
- Select and Draft Design

Developers to focus on their roles:
- **Dominic**: Front-end
- **Jaxon**: Backend
- **Bishakha**: Database

## Tasks to complete
- **All developers**: Extending multiple list capabilities
- Edit name of list
- Rearrange list
- **Dominic**: Notification for a task (to level of day, not time. Also, we may not implement this. TBD based on Teams discussion)
- **Dominic**: (Optional) aesthetic changes to priority
- **Jaxon**: Delete list descripton
- **Jaxon**: Rearrange backend per Professor's instructions




### Development team deadlines:
- Wednesday: Do individual tasks (extending )
- Wednesday-Friday: Collaborate
- Friday night / Saturday Morning: Code is stable and functional
### Non-Development team deadlines
- Saturday-Monday: Manual validation and testing (Simon)


### Add to scrum board:
- Hamburger menu does nothing, but should fold in and out
- Implement date -> datetime for task





Binary file modified task_manager_app/docs/uml/Use Case Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading