aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b390b63..5c1de8c 100644
--- a/README.md
+++ b/README.md
@@ -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**