Zeshadowz / keara-angular-ms

0 stars 0 forks source link

[Employees] show the list of employees #11

Closed Zeshadowz closed 3 weeks ago

Zeshadowz commented 3 weeks ago

As Admin i want to see the list of all employees

  1. an employee has the following data
    • Gender (Male or Female) *
    • Title (Prof., Dr.)
    • firstname *
    • lastname *
    • email *
    • phone *
    • active *
    • date of birth *
    • salary *
    • position (Developer, Director, Supervisor, IT-Support, Systemadministrator, Business Analyst, Scrum master, ...) *
    • role (user, admin)
  2. DoB should not be show in the list but later in the user detail
  3. Salary will be display in the user detail and not in the user list
  4. display order (Gender, Title, Firstname, Lastname, Email, Phone, Position, Role, Active)