From 14516a808b3b8c30d65eb47594be2bc31b397583 Mon Sep 17 00:00:00 2001 From: ribardej Date: Thu, 16 Oct 2025 11:15:54 +0200 Subject: [PATCH] feat(docs): this week meeting.md --- 7project/meetings/meeting-16-10.md | 50 ++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 7project/meetings/meeting-16-10.md diff --git a/7project/meetings/meeting-16-10.md b/7project/meetings/meeting-16-10.md new file mode 100644 index 0000000..df957d0 --- /dev/null +++ b/7project/meetings/meeting-16-10.md @@ -0,0 +1,50 @@ +# Weekly Meeting Notes + +- Group 8 - Personal finance tracker +- Mentor: Jaychander + +Keep all meeting notes in the `meetings.md` file in your project folder. +Just copy the template below for each weekly meeting and fill in the details. + +## Administrative Info + +- Date: 2025-10-08 +- Attendees: Dejan Ribarovski, Lukas Trkan +- Notetaker: Dejan Ribarovski + +## Progress Update (Before Meeting) + +Summary of what has been accomplished since the last meeting in the following categories. + +## Action Items from Last Week (During Meeting) + +- [x] start coding the app logic +- [x] start writing the report so it matches the actual progress +- [x] redo the system diagram so it includes a response flow + +### Coding +Implemented initial functioning version of the app, added OAuth with BankId and MojeID, +added database snapshots. + +### Documentation +report.md is up to date + +## Questions and Topics for Discussion (Before Meeting) + +Prepare 3-5 questions and topics you want to discuss with your mentor. + +1. What other functionality should be added to the app +2. Priority for the next week (Testing maybe?) +3. Question 3 + +## Discussion Notes (During Meeting) + +## Action Items for Next Week (During Meeting) + +Last 3 minutes of the meeting, summarize action items. + +- [ ] Action Item 1 +- [ ] Action Item 2 +- [ ] Action Item 3 + +--- \ No newline at end of file