It would be useful to have a chart that visualizes parent-child relationships, like an org chart.
Hey Gannon, welcome to the community.
There isn’t one readily available, but you can hack one together yourself. E.g. take this as a template:
Okay, here it is. I made a mind map (actually a tree chart, sorry for the clickbait) implementation using the SVG capability I discovered last decade (ba-dum-tss)
Best viewed in new tab.
And yeah, it’s dynamic. Play around: turn off nodes, change parents, reorder rows, add new ones.
[ezgif.com-optimize (62)]
There are definitely bugs with the implementation, e.g. the chart may act funny when you reorder rows. Bug fixed, feel free to reorder now.
And subscribe to codatricks.com if you have…
This is awesome… thank you!
@Paul_Danyliuk I have a bunch of ideas on how to take this to the next level, mostly for VC use cases (vs the more common internal HR ones). LMK if you want to chat a bit about it…