You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: