AmruthPillai / Reactive-Resume

A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
https://rxresu.me
MIT License
20.71k stars 2.2k forks source link

[Feature] Multiple titles/roles/positions within one job #1942

Open root-hal9000 opened 3 weeks ago

root-hal9000 commented 3 weeks ago

Is there an existing issue for this feature?

Feature Description

There is actually a closed issue for this, #315 -- @AmruthPillai closed with the comment "Closing this in favor of Reactive Resume v3 release". I haven't seen any issues about it since v3, so I wanted to raise it again. Many people will have several positions or titles within the same company through a long stint working there, rising through the ranks, etc. Typically, this is represented in resumes as one job entry with several sub headings for different titles that have their own date ranges.

I am trying several workarounds such as making new entries without the company name, etc, but none of them quite line up that well. I know this can be a bit of an annoyance in terms of implementation, because it probably requires some change in data structure (experience entries that can be nested) - but opening a discussion here in case someone has a better idea/hack/workaround to achieve this

root-hal9000 commented 3 weeks ago

I would like to point out as an example, that JSONresume currently has a pull request for this purpose: https://github.com/jsonresume/resume-schema/pull/473