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
One thing that is very often part of part of CVs is certificates.
Many companies value those certificates and reward them with some sort of points model for their salary model.
Managing different certificates usually happens somewhere in a central csv sheet or similar.
We want to be able to manage Certificates centrally in PuzzleSkills.
This has the further advantage that users will not have to manually enter all information about a certificate by hand but will be able to choose from a dropdown.
TODO:
Create a model for certificates (fields: name, points_value, description, provider (optional), exam_duration, type_of_exam, study_time, notes)
Create a CRUD view that is only accessible to admins (for now)
In said CRUD view you can create and edit certificates very similar as in the /skills view
For now this doesn't link to anything but will be linked to Person-Certificates in the future
One thing that is very often part of part of CVs is certificates.
Many companies value those certificates and reward them with some sort of points model for their salary model.
Managing different certificates usually happens somewhere in a central csv sheet or similar.
We want to be able to manage Certificates centrally in PuzzleSkills.
This has the further advantage that users will not have to manually enter all information about a certificate by hand but will be able to choose from a dropdown.
TODO:
The text was updated successfully, but these errors were encountered: