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 update that specific schedule.
When the user clicks save update
then the schedule will be updated and saved
then the user will be redirected to the employee page
SERVER SIDE
employee schedule info is updated and is stored in the employee schedule database
create a Employee Schedule Viewset for responses to update 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 update that specific schedule. When the user clicks save update then the schedule will be updated and saved then the user will be redirected to the employee page
SERVER SIDE employee schedule info is updated and is stored in the employee schedule database create a Employee Schedule Viewset for responses to update requests