Closed RichyHBM closed 8 years ago
It is also not very clear what the merging action does.
Does merging override everything defined in the generic json (in this case cv1.json) with anything defined in the specific one (in this case cv2.json). For elements that are arrays, does it merge both arrays or does it overide them? In this example, should the Social fields of the final resume have both Github and Twitter (a merge of both arrays of the json files) or just have Twitter (as it is the only one defined in the more specific cv, cv2.json)
It would be very useful to have some basic example json files as part of the project, I see there are a couple in the test folders but these don't merge either
Using the development branch/release seems to fix this, so closing
When merging 2 cvs, 1 with full content and 1 with partial, HackMyResume fails to build the html and pdf versions.
For example: cv1.json
And cv2.json
Both of which validate, and can build the final resumes fine:
Yet when you merge them together, they error:
Similar issues occur with JsonResume formats