As a user,
I want to see the list of CVs,
With the ability to create, update and delete them.
returns a list of CVs.
returns a new CV entity.
returns updated CV entity.
returns number of deleted entities.
| 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 |