User Story

As a user,

I want to see the list of CVs,

With the ability to create, update and delete them.

API Calls

cvs

returns a list of CVs.

createCv(cv)

returns a new CV entity.

updateCv(cv)

returns updated CV entity.

deleteCv(cv)

returns number of deleted entities.

User Interface

CVs Page

Acceptance Criteria

AC-1 Page is available at /cvs
AC-1.1 Any authorised user can see this page
AC-2 There is a list of CVs in a form of table
AC-2.1 Display CV name, shortened description, assigned user full name or email
AC-2.2 Can search by name and description
AC-2.3 Can sort by name, by user full name or email
AC-3 User can create new CV
AC-4 User can update his own CV
AC-5 User can delete his own CV
AC-6 Admin can update and delete any CV