diff options
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:** |