kritikillz931 / mercury-client

0 stars 0 forks source link

(MVP) Employee Management - Delete Employees #28

Open kritikillz931 opened 3 years ago

kritikillz931 commented 3 years ago

As a user i would like to have a employee management page to terminate existing employees.

Given a user is on the employee management page when the user clicks on an existing employee Then they should see the option to delete an employee. When user clicks delete Then the employee will be removed Then the user will be directed back to the employee management page.

SERVER SIDE chosen employee will be erased from the employee database create a Employee Management Viewset for responses to deletion requests