jsonresume / resume-schema

JSON-Schema is used here to define and validate our proposed resume json
http://jsonresume.org
MIT License
2.15k stars 278 forks source link

Idea: Could highlights have tags/keywords? #464

Open stkrzysiak opened 1 year ago

stkrzysiak commented 1 year ago

I will often work with various parts of the stack or technologies. However, when generating a resume for a specific part of the stack, let's say front-end, I want to exclude my back-end, infra, or experience. This could be done by making highlights an array of objects, where each object can have an array of tags. I recognize that this would be an absolute nightmare for existing themes, so maybe they can be added at the end of the string with something like `resume-schema-tags:python, Kubernetes and then themes can opt-in.

The existence of these specific highlight tags could also be used to populate tags for the position in the resume, if desired, as mentioned here

Thoughts? Kind of hoping a solution exists out there already, but haven't seen it yet.

AbyssalRemark commented 4 months ago

I am (amateurishly) trying to do this. Because I want that behavior. It currently involves editing the schema and the using a python script to strip it out for actual resume creation. So, already, is not the right words. But sense you mentioned it. I thought I would bring it up. Still very WIP. There is a meta section for data that I just moments ago found out about, so, I might look into that. But in case you are still curious. You are not alone.