SpringBoardMentor114 / SpendWise

MIT License
2 stars 1 forks source link

Front End: Expense Management Form dashboard #29

Open SpringBoardMentor114 opened 5 months ago

SpringBoardMentor114 commented 5 months ago

Acceptance Criteria:

  1. Provide a filter to select the from and to dates. When they submit the date selection, request should go to backend, with the user ID and the dates.
  2. Provide a filter to select the category and submit.
  3. Show a list of expenses for the selected date or category and user, with all the relevant fieldsS.No. | Description | Category | Amount | Date of Expense | Edit | Delete
  4. Give options to edit and delete the expense.
  5. Delete Expense, should send a request to backend for deletion of the expense for the user. (Take care of the number of rows that are displayed, and provide pagination for the next rows)
its-a-maniac commented 5 months ago

created a basic dashboard and working on the filteration systerm and deletion part and might need help for the https request part later

its-a-maniac commented 5 months ago

done with date range and filtering with category

its-a-maniac commented 4 months ago

done with the filteration system by fetching data from json file for now , edit and delete button functionality are pending