resume-schema
resume-schema copied to clipboard
Skill management
- Linking to skills in other parts of the resume (#483, #467)
work.*.skills[]volunteer.*.skills[]education.*.skills[]/education.*.courses.skills[]projects.*.skills[]
- Global definition and ID, so they
- are consistent across resumes as well as job descriptions
- can be referenced within a document
- are no free-form text but have a definition agreed upon
- Hierarchies (#408)
- e.g.
programming-language.server-side.php.framework.laravel- can be filtered by segment
- can be displayed as nested list (might be left to the theme)
- can be grouped with skills who have the same parent path segments
- themes can give categories icons
- can be counted
- show implicit skills (e.g. if I didn't explicitly write that I am fluent in PHP, but add "Laravel", this implicitly means, I can also write PHP code, which might not be apparent to everyone)
- e.g.
+1 -- I group my skills under each role so the reader has context around the last time I worked with a tool.
edit: This feature is a blocker to my adoption of the resume schema.