schema icon indicating copy to clipboard operation
schema copied to clipboard

Add tags to resume

Open suramya-shah opened this issue 6 years ago • 4 comments

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

suramya-shah avatar Sep 23 '17 08:09 suramya-shah

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 avatar Feb 13 '19 11:02 stp-ip

@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:

  • split tags and keywords?
  • which one is public and private aka used for filtering or showcasing?
  • which section/subsection to add this to?
  • different filter mechanism such as a similar one to our i18n idea #81?

stp-ip avatar Mar 15 '19 13:03 stp-ip

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

stp-ip avatar Apr 03 '19 11:04 stp-ip

What we currently have is keywords being public.

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

stp-ip avatar Apr 23 '20 08:04 stp-ip