SpringBoardMentor114 / SpendWise

MIT License
2 stars 0 forks source link

Front end: Add/Edit Expense #56

Closed SpringBoardMentor114 closed 2 months ago

SpringBoardMentor114 commented 2 months ago

Acceptance Criteria:

  1. Add expense form should have the fields that are needed for the expense. Description | Category (dropdown) | Date | Amount
  2. Include the validations for each of the fields.
  3. Edit expense (from the expense management dashboard) should open up the same form with pre filled data for edit.
sameer-bagde commented 2 months ago

For adding/editing expenses, Umesh has designed the add/edit form, and I have performed validation for expenses. Please review it and let us know if it is sufficient or not.

um500 commented 2 months ago

I have designed the add and editing form, and it's done.

sameer-bagde commented 2 months ago

HTTP request added for adding/editing expenses.

Http request

Screenshot 2024-05-03 205354

Validation

Screenshot 2024-05-03 205522

sameer-bagde commented 2 months ago

Sorry, ma'am. I closed the task by mistake.

sameer-bagde commented 2 months ago

image

sameer-bagde commented 1 month ago

Fetching issues are resolved, and it is ready to implement.

Edit fetching expenses

Image

Add fetching categories

Image