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