User Story

As a user,

I want to see my profile skills.

With ability to add, update and delete them.

API Calls

profile(userId)

returns user Profile entity.

skills

returns list of Skills.

skillCategories

returns list of skill Categories.

addProfileSkill(skill)

returns updated user Profile entity.

updateProfileSkill(skill)

returns updated user Profile entity.

deleteProfileSkill(skill)

returns updated user Profile entity.

User Interface

User Skills Page

Acceptance Criteria