From 991c070918f2b69d526d6d54b071931f43a1bc02 Mon Sep 17 00:00:00 2001 From: ribardej Date: Thu, 9 Oct 2025 13:57:45 +0200 Subject: [PATCH] meeting notes --- .../{meetings.md => meetings/meeting-9-10.md} | 12 ++++-- 7project/meetings/meeting-template.md | 41 +++++++++++++++++++ 2 files changed, 49 insertions(+), 4 deletions(-) rename 7project/{meetings.md => meetings/meeting-9-10.md} (77%) create mode 100644 7project/meetings/meeting-template.md diff --git a/7project/meetings.md b/7project/meetings/meeting-9-10.md similarity index 77% rename from 7project/meetings.md rename to 7project/meetings/meeting-9-10.md index 7fa55bb..b5c91d4 100644 --- a/7project/meetings.md +++ b/7project/meetings/meeting-9-10.md @@ -35,16 +35,20 @@ Prepare 3-5 questions and topics you want to discuss with your mentor. 1. Anything we should add structure-wise? 2. Anything you would like us to prioritize until next week? -3. Question 3 ## Discussion Notes (During Meeting) +- start working on the report +- start coding the actual code +- write problems solved +- redo the system diagram - see the response as well +- create a meetings folder wih seperate meetings files ## 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 +- [ ] start coding the app logic +- [ ] start writing the report so it matches the actual progress +- [ ] redo the system diagram so it includes a response flow --- \ No newline at end of file diff --git a/7project/meetings/meeting-template.md b/7project/meetings/meeting-template.md new file mode 100644 index 0000000..2b76833 --- /dev/null +++ b/7project/meetings/meeting-template.md @@ -0,0 +1,41 @@ +# Weekly Meeting Notes + +- Group X - Project Title +- Mentor: Mentor Name + +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-09-19 +- Attendees: Name1, Name2, Name3 +- Notetaker: Name1 + +## Progress Update (Before Meeting) + +Summary of what has been accomplished since the last meeting in the following categories. + +### Coding + +### Documentation + +## Questions and Topics for Discussion (Before Meeting) + +Prepare 3-5 questions and topics you want to discuss with your mentor. + +1. Question 1 +2. Question 2 +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