User Story

As a user,

I want to see detailed information about user.

I want to modify my own profile information.

API Calls

user(userId)

returns the User entity.

departments

returns list of Departments.

positions

returns list of Positions.

updateUser(user)

returns the updated User entity.

updateProfile(profile)

returns the updated Profile entity.

User Interface

User Profile

Acceptance Criteria

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