diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -111,15 +111,15 @@ An application designed to help manage personal finances, including income (like * **Backend:** * [x] Implement logic for loan calculations (remaining balance, interest if applicable) - * [ ] Implement logic for goal progress tracking based on transactions/savings + * [x] Implement logic for goal progress tracking based on transactions/savings * [ ] Refine APIs for Loans and Goals based on frontend needs * [ ] Add validation logic for all inputs * [ ] Enhance tests for loan and goal logic * **Frontend:** * [x] Create components for displaying loan details and history * [x] Create forms for adding/editing loans - * [ ] Create components for displaying financial goals and progress - * [ ] Create forms for adding/editing goals + * [x] Create components for displaying financial goals and progress + * [x] Create forms for adding/editing goals * [x] Connect loan and goal components to backend APIs **Phase 4: Notifications** |