diff --git a/7project/meetings/2025-10-16-meeting.md b/7project/meetings/2025-10-16-meeting.md index 92541f8..3aae421 100644 --- a/7project/meetings/2025-10-16-meeting.md +++ b/7project/meetings/2025-10-16-meeting.md @@ -8,7 +8,7 @@ Just copy the template below for each weekly meeting and fill in the details. ## Administrative Info -- Date: 2025-10-08 +- Date: 2025-10-16 - Attendees: Dejan Ribarovski, Lukas Trkan - Notetaker: Dejan Ribarovski diff --git a/7project/meetings/2025-10-23-meeting.md b/7project/meetings/2025-10-23-meeting.md new file mode 100644 index 0000000..ce2cd62 --- /dev/null +++ b/7project/meetings/2025-10-23-meeting.md @@ -0,0 +1,54 @@ +# 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-23 +- Attendees: Dejan +- Notetaker: Dejan + +## Progress Update (Before Meeting) + +Last 3 minutes of the meeting, summarize action items. + +- [x] OAuth (BankID) +- [x] CI/CD fix +- [X] Database local (multiple bank accounts) +- [X] Add tests and set up github pipeline +- [X] Frontend imporvment - user experience +- [ ] make the report more clear - partly + +Summary of what has been accomplished since the last meeting in the following categories. + +### Coding +Improved Frontend, added Mock Bank, fixed deployment, fixed OAuth(BankID) on production, added basic tests + +### Documentation +Not much - just updated the work done + +## Questions and Topics for Discussion (Before Meeting) + +This was not prepared, I planned to do it right before meeting, but Jaychander needed to go somewhere earlier. + +1. Question 1 +2. Question 2 +3. Question 3 + +## Discussion Notes (During Meeting) +The tracker should not store the transactions in the database - security vulnerability. + +## Action Items for Next Week (During Meeting) + +Last 3 minutes of the meeting, summarize action items. + +- [ ] Dont store data in database (security) - Load it on login (from CSAS API and local database), load automatically with email +- [ ] Go through the checklist +- [ ] Look for possible APIs (like stocks or financial details whatever) +- [ ] Report + +--- \ No newline at end of file