diff options
author | 2025-04-28 08:32:07 +0530 | |
---|---|---|
committer | 2025-04-28 08:32:07 +0530 | |
commit | d2c03d9417fb289d455f80f4c6facd7274c31d3e (patch) | |
tree | 3de135eb932ff20aa50abfb39d5a8abba4758d65 /README.md | |
parent | 538d933baef56d7ee76f78617b553d63713efa24 (diff) | |
download | finance-d2c03d9417fb289d455f80f4c6facd7274c31d3e.tar.gz finance-d2c03d9417fb289d455f80f4c6facd7274c31d3e.tar.bz2 finance-d2c03d9417fb289d455f80f4c6facd7274c31d3e.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ An application designed to help manage personal finances, including income (like * **Backend:** * [x] Implement logic for loan calculations (remaining balance, interest if applicable) * [x] Implement logic for goal progress tracking based on transactions/savings - * [ ] Refine APIs for Loans and Goals based on frontend needs + * [x] Refine APIs for Loans and Goals based on frontend needs * [ ] Add validation logic for all inputs * [ ] Enhance tests for loan and goal logic * **Frontend:** |