Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finance/backend: feat: Refined APIs for Loans and Goals based on frontend needsHEADmaster | 8 hours | 2 | -2/+7 | |
| | |||||
* | finance: feat: added the goal page with some improvements of ui | 17 hours | 8 | -4/+1030 | |
| | |||||
* | finance/frontend: fix: fixed lint error's | 3 days | 1 | -3/+5 | |
| | |||||
* | finance/frontend: fix: updated the pages and layouts to be compatible with ↵ | 3 days | 1 | -3/+44 | |
| | | | | the backend | ||||
* | finance/frontend: fix: did some minor changes to the frontend | 4 days | 1 | -234/+203 | |
| | |||||
* | finance/frontend: fix: fixed the border of navbar, added themetoggle button ↵ | 4 days | 1 | -21/+22 | |
| | | | | on the login page, fixed some aligned issue with the navbar | ||||
* | feat: updated advance ui and animation | 4 days | 1 | -19/+227 | |
| | |||||
* | feat: Fix loan API type assertion and complete core loan features | 4 days | 3 | -0/+383 | |
- Resolve interface conversion panic in loan handlers by correcting user type assertions from *models.User to models.User - Finalize loan management API integration with frontend components - Implement remaining loan calculation logic and CRUD operations - Connect loan display components to backend APIs as per Phase 3 - Update project status in README.md to reflect completed loan features - Add CORS middleware configuration for frontend-backend communication This commit completes core loan management functionality and fixes critical type safety issues in the API handlers, enabling proper user context handling. |