As a user i would like to have a reminders page to set up daily reminders about meetings, phone calls, or anything else i see fit.
Given a user is on the reminders page
When the user clicks on an existing reminder
Then the user should be directed a new page where they can click delete reminder
When the user clicks on delete reminder
Then they will be removed from the page and the user will be directed back to the reminders page
SERVER SIDE
chosen reminder is erased from the reminders database
create a Reminders Viewset for responses to Deletion requests
As a user i would like to have a reminders page to set up daily reminders about meetings, phone calls, or anything else i see fit.
Given a user is on the reminders page When the user clicks on an existing reminder Then the user should be directed a new page where they can click delete reminder When the user clicks on delete reminder Then they will be removed from the page and the user will be directed back to the reminders page
SERVER SIDE chosen reminder is erased from the reminders database create a Reminders Viewset for responses to Deletion requests