Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finance/backend: feat: wrote unit/integration tests for core API endpoints | 4 days | 5 | -7/+543 | |
| | |||||
* | finance/backend: feat: set up logging and error handling | 4 days | 6 | -142/+532 | |
| | |||||
* | finance/backend: feat: added v1/goals and handlers/goal_handler for Goal CRUD | 4 days | 3 | -0/+298 | |
| | |||||
* | finance/backend: feat: added v1/transactions for accounts CRUD | 4 days | 2 | -0/+452 | |
| | |||||
* | finance/backend: feat: added v1/accounts for accounts CRUD | 4 days | 2 | -0/+227 | |
| | |||||
* | feat: Fix loan API type assertion and complete core loan features | 5 days | 4 | -18/+58 | |
| | | | | | | | | | | | | | - 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 | 5 days | 11 | -1/+1113 | |
| | | | | | | | - 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: fixed tech stack | 5 days | 1 | -0/+3 | |