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
What often stops people from entering stations, trainings or former employees in PuzzleSkills is the fact that the information will get exported in to a CV when the export functionality is used.
Not all information is necessarily relevant to the CV that will go out to a potential customer. (e.g. Your stay abroad in England has probably little to do with your programming experience... but what do I know)
Therefore we want to add a checkbox display_in_cv to all relevant models. (activities, advanced_training, education, project and competence_notes).
By default this value should be set to true and a User should have to manually uncheck the box for it to not appear in the CV export.
TODO:
Add display_in_cv to all relevant models (activities, advanced_training, education, project and competence_notes)
Exclude all entries that have display_in_cv: false
Tests of course 🦘
OUT OF SCOPE notes:
There is a good point to be made that we should add this for skills as well, but for now let's limit the scope and do the skills at a later time.
Also, we might want to add an overwrite to the CV_export functionality along the lines of include_all_entries_anyways but that might be controversial so let's try without that and see where it takes us.
The text was updated successfully, but these errors were encountered:
What often stops people from entering stations, trainings or former employees in PuzzleSkills is the fact that the information will get exported in to a CV when the export functionality is used.
Not all information is necessarily relevant to the CV that will go out to a potential customer. (e.g. Your stay abroad in England has probably little to do with your programming experience... but what do I know)
Therefore we want to add a checkbox
display_in_cv
to all relevant models. (activities, advanced_training, education, project and competence_notes).By default this value should be set to true and a User should have to manually uncheck the box for it to not appear in the CV export.
TODO:
display_in_cv
to all relevant models (activities, advanced_training, education, project and competence_notes)display_in_cv: false
OUT OF SCOPE notes:
There is a good point to be made that we should add this for skills as well, but for now let's limit the scope and do the skills at a later time.
Also, we might want to add an overwrite to the CV_export functionality along the lines of
include_all_entries_anyways
but that might be controversial so let's try without that and see where it takes us.The text was updated successfully, but these errors were encountered: