diff --git a/7project/meetings/2025-10-16-meeting.md b/7project/meetings/2025-10-16-meeting.md index ae5a448..92541f8 100644 --- a/7project/meetings/2025-10-16-meeting.md +++ b/7project/meetings/2025-10-16-meeting.md @@ -43,8 +43,8 @@ Prepare 3-5 questions and topics you want to discuss with your mentor. Last 3 minutes of the meeting, summarize action items. -- [ ] OAuth -- [ ] CI/CD fix +- [x] OAuth +- [x] CI/CD fix - [ ] Database local (multiple bank accounts) - [ ] Add tests and set up github pipeline - [ ] Frontend imporvment - user experience diff --git a/7project/report.md b/7project/report.md index efb9b97..e57155b 100644 --- a/7project/report.md +++ b/7project/report.md @@ -14,7 +14,7 @@ - 289229, Lukáš Trkan, lukastrkan - 289258, Dejan Ribarovski, derib2613, ribardej -**Brief Description**: +**Brief Description**: (něco spíš jako abstract, introuction, story behind) Our application is a finance tracker, so a person can easily track his cash flow through multiple bank accounts. Person can label transactions with custom categories and later filter by them. @@ -338,15 +338,16 @@ curl -H "Authorization: Bearer $TOKEN" http://127.0.0.1:8000/authenticated-route > Link to the specific commit on GitHub for each contribution. -### [Team Member 1 Name] +### [Lukáš] -| Date | Activity | Hours | Description | -| --------- | ------------------- | ---------- | ----------------------------------- | -| [Date] | Initial Setup | [X.X] | Repository setup, project structure | -| [Date] | Backend Development | [X.X] | Implemented user authentication | -| [Date] | Testing | [X.X] | Unit tests for API endpoints | -| [Date] | Documentation | [X.X] | Updated README and design doc | -| **Total** | | **[XX.X]** | | +| Date | Activity | Hours | Description | +|----------------|---------------------|------------|----------------------------------------------------| +| 4.10 to 10.10 | Initial Setup | 40 | Repository setup, project structure, cluster setup | +| 14.10 to 16.10 | Backend Development | 12 | Implemented user authentication - oauth | +| 8.10 to 12.10 | CI/CD | 10 | Created database schema and models | +| [Date] | Testing | [X.X] | Unit tests for API endpoints | +| [Date] | Documentation | [X.X] | Updated README and design doc | +| **Total** | | **[XX.X]** | | ### Dejan