User Story

As a user,

I want to view overall CV information.

With ability to download this preview as pdf document.

API Calls

cv(cvId)

returns CV entity.

exportPdf(pdf)

returns pdf document as base64 string.

User Interface

CV Preview Page

Acceptance Criteria

AC-1 Page is available at /cvs/:cvId/preview
AC-1.1 Any authorised user can access this page
AC-2 Overall CV information is displayed
AC-2.1 User full name and position are displayed
AC-2.2 CV name, education and description are displayed
AC-3 There is a list of user languages
AC-3.1 Language proficiency is displayed
AC-4 There is a list of user skills
AC-4.1 Skills are split into categories
AC-5 User can export CV preview as pdf document
AC-5.1 Preview styles are printed into pdf document
AC-5.2 Document has A4 format and correct margins
AC-5.3 Document does not contain any part of application interface, buttons, etc.
AC-5.4 Document has information split into multiple pages