diff options
author | 2025-04-25 02:39:12 +0530 | |
---|---|---|
committer | 2025-04-25 02:39:12 +0530 | |
commit | d8856efd30dfcb05b26a5b66b5bb14cc0604e2b1 (patch) | |
tree | 6d4c1b99ec45636bf0038a46d90b585302a3a89a /README.md | |
parent | 5b23b22c60027f18dfb218789eea0e1e6dc38a37 (diff) | |
download | finance-d8856efd30dfcb05b26a5b66b5bb14cc0604e2b1.tar.gz finance-d8856efd30dfcb05b26a5b66b5bb14cc0604e2b1.tar.bz2 finance-d8856efd30dfcb05b26a5b66b5bb14cc0604e2b1.zip |
finance/backend: feat: added v1/goals and handlers/goal_handler for Goal CRUD
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ An application designed to help manage personal finances, including income (like * [x] Create basic CRUD APIs for Accounts (e.g., Salary Source, Bank Account) * [x] Create basic CRUD APIs for Transactions (Income, Expense) * [x] Create basic CRUD APIs for Loans -* [ ] Create basic CRUD APIs for Goals +* [x] Create basic CRUD APIs for Goals * [ ] Set up initial logging and error handling * [ ] Write unit/integration tests for core API endpoints |