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
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?
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