kritikillz931 / mercury-client

0 stars 0 forks source link

(MVP) Employee Management - Update Employee #27

Open kritikillz931 opened 3 years ago

kritikillz931 commented 3 years ago

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