As a user i would like to see all of my employees listed on the employees management page with each employees image and name.
if the employee is clicked the employee details page will need to show the image, name, position, date hired, and average monthly sales as requested in the employee details ticket.
Given a user is on the employee management page
Then they should see each employees image and name
SERVER SIDE
employee listings will be read only for this feature
create a viewset for listing employees
As a user i would like to see all of my employees listed on the employees management page with each employees image and name.
if the employee is clicked the employee details page will need to show the image, name, position, date hired, and average monthly sales as requested in the employee details ticket.
Given a user is on the employee management page Then they should see each employees image and name
SERVER SIDE employee listings will be read only for this feature create a viewset for listing employees