resumic / schema

Resumic is a standardized and generic data schema for your resume/CV
Apache License 2.0
63 stars 12 forks source link

Add tags to resume #10

Open suramya-shah opened 7 years ago

suramya-shah commented 7 years ago

It will be nice to have tags on resume that will help in filtering purposes and applying to varying jobs

stp-ip commented 5 years ago

There was quite a bit of discussion on this.

My thinking currently is to have tags, that get shown as actual tags on themes etc. for the main sections etc., but for filtering purposes we use keywords.

Tags: public Keywords: private, for filtering

A bit more context in this thread and the comment: https://github.com/jsonresume/resume-schema/issues/203#issuecomment-161626244

Happy to discuss this further.

stp-ip commented 5 years ago

@ArmanMazdaee I think this needs a bit more discussion. Let's jump into this in parallel.

A few things that need to be cleared up first:

stp-ip commented 5 years ago
metadata.tags = [{
    "pro-bono": {
       "references": [
       "work['greenpeace']",
     ]
  }, {
    "greenpeace": {
        "references": [
          "projects['volunteering party organization']",
          "events['demonstration 123'].talks['saving cats']"
      ]
}]
stp-ip commented 4 years ago

What we currently have is keywords being public.

The next step would be using a filter and tagging syntax within the meta section.