Skip to content

[FEATURE] Employee directory #323

@kaiyangzheng

Description

@kaiyangzheng
  • 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)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions