User Story

As a user,

I want to see my CV skills.

With ability to add, update and delete them.

API Calls

cv(cvId)

returns CV entity.

skills

returns list of Skills.

skillCategories

returns list of skill Categories.

addCvSkill(skill)

returns updated CV entity.

updateCvSkill(skill)

returns updated CV entity.

deleteCvSkill(skill)

returns updated CV entity.

User Interface

CV Skills Page

Acceptance Criteria