User Story

As a user,

I want to see detailed information about CV.

With ability to update CV information.

API Calls

cv(cvId)

returns the CV entity.

updateCv(cv)

returns updated CV entity.

User Interface

CV Details Page

Acceptance Criteria

AC-1 Page is available at /cvs/:cvId/details
AC-1.1 Any authorised user can see this page
AC-2 Detailed information about CV is available here
AC-2.1 Display CV name, education and description
AC-3 User can update his own CV
AC-3.1 Interface is read-only for other users
AC-3.2 Admin can update any CV