diff options
author | 2025-04-27 23:02:42 +0530 | |
---|---|---|
committer | 2025-04-27 23:02:42 +0530 | |
commit | 538d933baef56d7ee76f78617b553d63713efa24 (patch) | |
tree | 3fcbc4208849dfa0e5dc8fe5761e103a3591c283 /README.md | |
parent | 3941d80ff120238b973451325b834ebd8377281e (diff) | |
download | finance-538d933baef56d7ee76f78617b553d63713efa24.tar.gz finance-538d933baef56d7ee76f78617b553d63713efa24.tar.bz2 finance-538d933baef56d7ee76f78617b553d63713efa24.zip |
finance: feat: added the goal page with some improvements of ui
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** |