As a user,
I want to see detailed information about user.
I want to modify my own profile information.
returns the User entity.
returns list of Departments.
returns list of Positions.
returns the updated User entity.
returns the updated Profile entity.
AC-1 | Page is available at /users/:userId/profile |
---|---|
AC-1.1 | Any authorised user can see this page |
AC-2 | Detailed information about the user is available here |
AC-2.1 | Display avatar image, first and last name, email, department, position |
AC-3 | User can update his own profile |
AC-3.2 | User can select his departments from a list of available departments |
AC-3.3 | User can select his position from a list of available positions |
AC-3.4 | The form can only be submitted if the values have been changed |
AC-4 | Interface is read-only if displayed profile does not belong to the user |
AC-4 | Admin can manage any user profile |