From d57d7a25bd2dc4715eb4bd9475d9d7aa72930343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Rasie=C5=84ski?= Date: Thu, 4 Dec 2025 19:29:32 +0100 Subject: [PATCH] agenda week 4 --- docs/agenda/agenda-04.md | 68 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 docs/agenda/agenda-04.md diff --git a/docs/agenda/agenda-04.md b/docs/agenda/agenda-04.md new file mode 100644 index 0000000..40698c0 --- /dev/null +++ b/docs/agenda/agenda-04.md @@ -0,0 +1,68 @@ +# 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) +... \ No newline at end of file