kritikillz931 / mercury-client

0 stars 0 forks source link

(STRETCH) Edit Reminders #24

Open kritikillz931 opened 3 years ago

kritikillz931 commented 3 years ago

Given a user is on the reminders page When the user clicks on an existing reminder Then the user should be directed to a new page where they will be prompted to update the existing reminder with any information they input. When user updates info and clicks save Then the reminder will be saved and user will be directed to reminders page

SERVER SIDE new reminder info is updated and stored in the reminders database create a Reminders Viewset for responses to update requests