lunatech-labs / lunatech-competence-center-online

CCO is the Competence Center Online.
3 stars 3 forks source link

Create Employee CV form #10

Closed erikwj closed 7 years ago

erikwj commented 7 years ago

The Employee CV form is used by Lunatech developers to enter their CV data.

The page is linked to the /cvs/me URL in frontend and gets its data from /employees/me in backend. The and data is PUTs to /employees/me endpoint in backend on submit.

For each category (e.g. Education, Key Experiences) there is a [+] button next to header. This opens a specific form to enter category data (e.g. university degree). The data will be kept local and only after submitting the form on the bottom will the data be sent to backend.

All items have an edit and delete button, The edit button will open the content in a form to adjust it. The delete button will delete the content from the data. The delete button is not shown in the example but can be next to edit button and shown as a red cross.

cvs-me