xceed-nitj / AMS-with-TimeTable

http://nitjtt.netlify.app/
9 stars 22 forks source link

Edit and delete review question option #614

Closed harimurugan1989 closed 1 month ago

harimurugan1989 commented 1 month ago

Add edit button for each review question in the reviewquestionhome page. When we click edit it can open addquestion page (you can create a New page by copying design from the addquestion page or you can modify the same page for this functionality) with the data fetched from the corresponding question. When we click save it should make patch/put req with the corresponding id. It should not create a new object in the backend.

Add delete button which will delete the particular question from the event. Add warning message before deletion