-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
- Create employee directory accessed by tab on sidebar (only admins can access)
- Admins can edit employee name, department, position, email or scope
- Admins can delete employees
- Considerations
- Create backend services and controllers to get all employees (route should have a guard that protects from all non-admins users)
- Deleting a user should NOT delete a user, but deactivate them
- Modify schema to add a flag to a user to indicate they are deactivated
- Create backend services and controllers to deactivate employees (only accessible by admins)
Reactions are currently unavailable