phoinixi / jsonresume-theme-stackoverflow

Stack Overflow theme for JSON Resume
https://francesco.netlify.app/
134 stars 134 forks source link

Location object not supported in work #71

Closed sgofferj closed 1 year ago

sgofferj commented 1 year ago

Volunteer and Education support a location object but Work does not. When adding a location object to a work object, it's displayed as [object Object].

millette commented 1 year ago

@sgofferj How is your location formatted? Can you give a sample? Mine is a string and works as expected.

sgofferj commented 1 year ago

@millette I meant a JSON object like

"location": {
    "city": "Valkeakoski",
    "countryCode": "FI",
    "region": "Finland"
}

That works in the volunteer and the education section but not in the work experiences.

cskwrd commented 1 year ago

The theme is following the schema with respect to work location.

phoinixi commented 1 year ago

I see your confusion @sgofferj but the location is a string for the work object according to the JSON schema. This won't be changedf