From 538d933baef56d7ee76f78617b553d63713efa24 Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Sun, 27 Apr 2025 23:02:42 +0530 Subject: finance: feat: added the goal page with some improvements of ui --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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** -- cgit v1.2.3-59-g8ed1b