Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finance/frontend: fix: fixed lint error'sHEADmaster | 24 hours | 7 | -13/+17 | |
| | |||||
* | finance/backend: mvfeat: moved the backend api handlers to api/handlers and ↵ | 24 hours | 9 | -63/+940 | |
| | | | | added couple of more api request handlers | ||||
* | finance/frontend: fix: updated the pages and layouts to be compatible with ↵ | 24 hours | 3 | -8/+47 | |
| | | | | the backend | ||||
* | finance/backend: rmfeat: removed backuped test_handler's | 34 hours | 2 | -522/+0 | |
| | |||||
* | finance/backend: feat: wrote unit/integration tests for core API endpoints | 34 hours | 3 | -1/+523 | |
| | |||||
* | finance/backend: feat: wrote unit/integration tests for core API endpoints | 35 hours | 5 | -7/+543 | |
| | |||||
* | finance/backend: feat: set up logging and error handling | 46 hours | 7 | -143/+533 | |
| | |||||
* | finance/backend: feat: added v1/goals and handlers/goal_handler for Goal CRUD | 47 hours | 5 | -1/+349 | |
| | |||||
* | finance/backend: feat: added v1/transactions for accounts CRUD | 47 hours | 4 | -1/+520 | |
| | |||||
* | finance/backend: feat: added v1/accounts for accounts CRUD | 47 hours | 4 | -1/+262 | |
| | |||||
* | finance/frontend: fix: did some minor changes to the frontend | 2 days | 8 | -268/+393 | |
| | |||||
* | finance/frontend: fix: fixed the border of navbar, added themetoggle button ↵ | 2 days | 2 | -22/+29 | |
| | | | | on the login page, fixed some aligned issue with the navbar | ||||
* | feat: updated advance ui and animation | 3 days | 8 | -58/+425 | |
| | |||||
* | feat: Fix loan API type assertion and complete core loan features | 3 days | 44 | -32/+8229 | |
| | | | | | | | | | | | | | - 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. | ||||
* | feat: added basic backend features to it | 3 days | 13 | -6/+1124 | |
| | | | | | | | - Set up API framework (Gin Gonic) - Set up ORM/DB library (GORM) - Design database schema (Users, Accounts, Transactions, Loans, Goals) - Set up database connection and migrations | ||||
* | README.md: update: deployment will be manual | 3 days | 1 | -7/+9 | |
| | |||||
* | README.md: update: fixed tech stack | 3 days | 2 | -8/+11 | |
| | |||||
* | README.md: add: project plan initialized | 3 days | 1 | -0/+181 | |