aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* finance/backend: feat: wrote unit/integration tests for core API endpointsLibravatarLibravatar Biswa Kalyan Bhuyan 43 hours1-1/+1
|
* finance/backend: feat: set up logging and error handlingLibravatarLibravatar Biswa Kalyan Bhuyan 2 days1-1/+1
|
* finance/backend: feat: added v1/goals and handlers/goal_handler for Goal CRUDLibravatarLibravatar Biswa Kalyan Bhuyan 2 days1-1/+1
|
* finance/backend: feat: added v1/transactions for accounts CRUDLibravatarLibravatar Biswa Kalyan Bhuyan 2 days1-1/+1
|
* finance/backend: feat: added v1/accounts for accounts CRUDLibravatarLibravatar Biswa Kalyan Bhuyan 2 days1-1/+1
|
* finance/frontend: fix: did some minor changes to the frontendLibravatarLibravatar Biswa Kalyan Bhuyan 2 days1-1/+1
|
* feat: Fix loan API type assertion and complete core loan featuresLibravatarLibravatar Biswa Kalyan Bhuyan 3 days1-14/+15
| | | | | | | | | | | | | - 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 itLibravatarLibravatar Biswa Kalyan Bhuyan 3 days1-5/+5
| | | | | | | - 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 manualLibravatarLibravatar Biswa Kalyan Bhuyan 3 days1-7/+9
|
* README.md: update: fixed tech stackLibravatarLibravatar Biswa Kalyan Bhuyan 3 days1-8/+8
|
* README.md: add: project plan initializedLibravatarLibravatar Biswa Kalyan Bhuyan 3 days1-0/+181