SpringBoardMentor114 / SpendWise

MIT License
2 stars 1 forks source link

Front End: Category Management Form #28

Open SpringBoardMentor114 opened 5 months ago

SpringBoardMentor114 commented 5 months ago

Acceptance Criteria:

  1. Category management dashboard, where the admin can see the existing categories.
  2. The display will have the ID, Name, Edit and Delete options for the category.
  3. Edit Category: the Category Row should be editable with options to save or cancel the edit.
  4. Delete Category: The category details should be sent to backend as a delete request. (Validations to delete or not will be handled at the backend)
  5. If delete is successful, show success message and the table auto updates (page refresh should not be needed)
  6. If delete is failed, show the relevant message.
ShirishaDasi commented 5 months ago

Initially, I wrote the update/edit and delete functions in JavaScript, but now I'm converting them to TypeScript and making modifications. I'm encountering some issues in the code, but I'll resolve them as soon as possible.

ShirishaDasi commented 5 months ago

I have completed my work.

ShirishaDasi commented 4 months ago

I am facing issues with pull request , so i was unable to share my code. So , i just shared the files in personal chat with sonu.