As a user i would like a employee schedule page with a chart to showcase what employee is working what days of the week and times with a total hours section at the end.
Given a user is on the employee schedule page
when a user clicks on a completed scheduling
Then they will be allowed to delete that specific schedule
When user clicks delete the schedule chosen will be removed
Then user will be redirected to employee schedule page
SERVER SIDE
chosen employee schedule will be removed from employee schedule database
create a Employee Schedule Viewset for responses to Deletion requests
As a user i would like a employee schedule page with a chart to showcase what employee is working what days of the week and times with a total hours section at the end.
Given a user is on the employee schedule page when a user clicks on a completed scheduling Then they will be allowed to delete that specific schedule When user clicks delete the schedule chosen will be removed Then user will be redirected to employee schedule page
SERVER SIDE chosen employee schedule will be removed from employee schedule database create a Employee Schedule Viewset for responses to Deletion requests