kritikillz931 / mercury-client

0 stars 0 forks source link

(MVP) Employee Management - Create Employee #26

Open kritikillz931 opened 3 years ago

kritikillz931 commented 3 years ago

As a user i would like to have a employee management page to add new employees. new employees should be given an image, name, position, date hired, and include an average monthly sales that is calculated based on their transaction reports.

Given a user is on the employee management page When the user clicks on add new employee Then they will be prompted to enter a new employee with the specified information When the user clicks save employee Then the employee will be saved and user redirected back to employees page

SERVER SIDE newly created employee will be stored in employee database create a Employee Management Viewset for responses to creation requests

gwynnemeeks commented 3 years ago

This ticket mentions a employee management page but I'm not seeing a ticket for a view the employee management. Do you need one for this feature to work?