aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswa Kalyan Bhuyan <biswa@surgot.in> 2025-04-28 08:32:07 +0530
committerLibravatarLibravatar Biswa Kalyan Bhuyan <biswa@surgot.in> 2025-04-28 08:32:07 +0530
commitd2c03d9417fb289d455f80f4c6facd7274c31d3e (patch)
tree3de135eb932ff20aa50abfb39d5a8abba4758d65 /README.md
parent538d933baef56d7ee76f78617b553d63713efa24 (diff)
downloadfinance-d2c03d9417fb289d455f80f4c6facd7274c31d3e.tar.gz
finance-d2c03d9417fb289d455f80f4c6facd7274c31d3e.tar.bz2
finance-d2c03d9417fb289d455f80f4c6facd7274c31d3e.zip
finance/backend: feat: Refined APIs for Loans and Goals based on frontend needsHEADmaster
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:**