68 lines
No EOL
2.5 KiB
Markdown
68 lines
No EOL
2.5 KiB
Markdown
# Week 3 meeting agenda
|
|
|
|
| Key | Value |
|
|
| ------------ |-----------------------------------------------------------------------------------------|
|
|
| Date | Dec 5th |
|
|
| Time | 16:45 |
|
|
| Location | DW PC Hall 2 |
|
|
| Chair | Oskar Rasieński |
|
|
| Minute Taker | Rithvik Sriram |
|
|
| Attendees | Mei Chang van der Werff, Natalia Cholewa, Rithvik Sriram, Aysegul Aydinlik, Steven Liu |
|
|
## Table of contents
|
|
1. (1 min) Introduction by chair
|
|
2. (1 min) Any additions to the agenda?
|
|
3. (1-2 min) TA announcements?
|
|
4. (1 min) Buddy check reminder.
|
|
5. (1 min) Next meeting thursday after midterms.
|
|
6. (33 min) **Meeting content**
|
|
1. (5 min) Week 4 progress checklist, MRs, and summary
|
|
- Was 4.1 completed?
|
|
- Was 4.2 completed?
|
|
- Progress 4.3
|
|
- Progress 4.6
|
|
2. (1-2 min) Questions and/or suggestions
|
|
3. (3 min) Showcase
|
|
4. (20 min) **Sprint planning week 5-6**
|
|
- What needs to be done?
|
|
- How do we do it?
|
|
- Who does it?
|
|
5. (2 min) Designate teams.
|
|
6. (1 min) Who is the next chair and minute taker?
|
|
7. (2 min) Questions
|
|
8. (1 min) Summarize everything
|
|
|
|
**Max time:** ~40 minutes
|
|
## Addendum
|
|
### Provisional week 4 tasks checklist
|
|
|
|
**Backend**:
|
|
- [ ] Ingredient and Unit class definitions
|
|
- [ ] Integrate new Ingredient class into Recipe
|
|
- [ ] Websocket backend
|
|
**Frontend**:
|
|
- [ ] Integrate everything from last week together
|
|
- [ ] Remove example code
|
|
- [ ] Print export
|
|
- [ ] Edit button
|
|
- [ ] Nutritional value view
|
|
- [ ] Make ingredients unit based instead of string
|
|
- [ ] Websockets client-side
|
|
- [ ] Resource bundles for localization
|
|
|
|
## Provisional week 6 list of tasks
|
|
**Backend**:
|
|
- 4.4
|
|
- Warning when favourite recipes has been deleted by someone else. (Likely through ws)
|
|
...
|
|
|
|
**Frontend**:
|
|
- 4.2
|
|
- Finish websocket client side.
|
|
- 4.3
|
|
- Finish any uncompleted tasks.
|
|
- 4.4
|
|
- Favourite recipes (tied to id, only local)
|
|
- Warning when favourite recipes has been deleted by someone else.
|
|
- Search bar with a basic query syntax. (Filters existing List, not a new window)
|
|
- Favourites category (filter)
|
|
... |