fresh-standard / fresh-resume-schema

A rational schema for your résumé or CV.
https://resume.freshstandard.org
MIT License
548 stars 25 forks source link

Multiple employments at the same employer #23

Open mkolovic opened 7 years ago

mkolovic commented 7 years ago

Hello,

First I would like to say that the FRESH format and associated tools have been very useful to me. One hang up I am having is entering multiple terms of employment for the same employer. For example as a student I have worked somewhere for 4 months as a Coop, went back to school, then returned for another 4 months.

Here is an excerpt from the sample resume.

{
        "employer": "Area 52",
        "url": "https://area52.io/does-not-exist",
        "position": "Head Code Ninja",
        "summary": "Development team manager for [**Quantum Diorama**](https://en.wikipedia.org/wiki/Vaporware), a distributed molecular modeling and analysis suite for Linux and OS X.",
        "start": "2013-09",
        "keywords": ["Agile","PM","C","C++","R","OpenGL","Boost","MySQL","PostgreSQL","JIRA"],
        "highlights": ["Managed a 5-person development team", "Accomplishment 2", "Etc."]
      }

What I would like is something like:

{
...
    "start": ["first start", "second start"],
    "end": ["first end", second end"],
    }

I am willing to hack ( no pun intended) on this if the project is still supportedl. Looking forward to your response, thanks.