mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 23:20:56 +01:00
1.6 KiB
1.6 KiB
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-30
- Attendees: Dejan, Lukas
- Notetaker: Dejan
Progress Update (Before 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 - partly
Summary of what has been accomplished since the last meeting in the following categories.
Coding
Implemented CSAS API transactions fetch, Added tests with testing database on github actions, redone UI, added currency exchange rate with CNB API
Documentation
Not much - just updated the work done
Questions and Topics for Discussion (Before Meeting)
- Security regarding storing transactions - possibility of encryption
- Realisticaly what needs to be done for us to be done
- 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