Jac21 / SkillSet

✨ Intuitive job-candidate skill visualization, taking advantage of D3.js and JSONResume.

Home Page:https://jac21.github.io/SkillSet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Skills in Jsonresume?

notflip opened this issue · comments

Can't seem to find how to do that in the docs, do you have any idea?

I seem to recall being able to fiddle enough with the online editor over at http://registry.jsonresume.org/ to get that working in some fashion long ago, however, this doesn't seem to be the case anymore upon further inspection. Perhaps I was taking advantage of some undefined behavior, or perhaps they've tightened up the schema to disallow that since then, but you raise a very good point in terms of getting that hierarchy conveyed.

If you're looking to do so in a static manner for this particular visualization, as a proof-of-concept, you can simply update the CSV output like so, wherein a target node is used again as a source node, to get the output looking exactly how you want it:

image

I'll look into seeing if I can handle some custom-schema that makes sense to me on my end and doesn't break usages of other tools, but I'd definitely raise an issue over at https://github.com/jsonresume if you haven't already. I'm definitely interested, as well.

@notflip, is there anything else I can help out with to get this issue closed out?