aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* finance/backend: feat: Refined APIs for Loans and Goals based on frontend needsHEADmasterLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-288-4/+369
|
* finance: feat: added the goal page with some improvements of uiLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-2727-196/+2805
|
* finance/frontend: fix: fixed lint error'sLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-267-13/+17
|
* finance/backend: mvfeat: moved the backend api handlers to api/handlers and ↵LibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-269-63/+940
| | | | added couple of more api request handlers
* finance/frontend: fix: updated the pages and layouts to be compatible with ↵LibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-263-8/+47
| | | | the backend
* finance/backend: rmfeat: removed backuped test_handler'sLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-252-522/+0
|
* finance/backend: feat: wrote unit/integration tests for core API endpointsLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-253-1/+523
|
* finance/backend: feat: wrote unit/integration tests for core API endpointsLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-255-7/+543
|
* finance/backend: feat: set up logging and error handlingLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-257-143/+533
|
* finance/backend: feat: added v1/goals and handlers/goal_handler for Goal CRUDLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-255-1/+349
|
* finance/backend: feat: added v1/transactions for accounts CRUDLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-254-1/+520
|
* finance/backend: feat: added v1/accounts for accounts CRUDLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-254-1/+262
|
* finance/frontend: fix: did some minor changes to the frontendLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-258-268/+393
|
* finance/frontend: fix: fixed the border of navbar, added themetoggle button ↵LibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-252-22/+29
| | | | on the login page, fixed some aligned issue with the navbar
* feat: updated advance ui and animationLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-248-58/+425
|
* feat: Fix loan API type assertion and complete core loan featuresLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-2444-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 itLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-2413-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 manualLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-231-7/+9
|
* README.md: update: fixed tech stackLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-232-8/+11
|
* README.md: add: project plan initializedLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-231-0/+181