As a user i would like to have a employee management page to update existing employees
Given a user is on the employee management page
When the user clicks on an existing employee
Then they will be prompted to update any existing information about that employee
When the user clicks on save update
Then the updates will be saved and the user is redirected back to the employee page
SERVER SIDE
new employee info will be updated and stored in the employee database
create a Employee Management Viewset for responses to update requests
As a user i would like to have a employee management page to update existing employees
Given a user is on the employee management page When the user clicks on an existing employee Then they will be prompted to update any existing information about that employee When the user clicks on save update Then the updates will be saved and the user is redirected back to the employee page
SERVER SIDE new employee info will be updated and stored in the employee database create a Employee Management Viewset for responses to update requests