Dynamically creating Orgchart
Hi there team!
I'm trying to build an org-chart component like the following example:

It needs to allow dynamic insertion of child nodes and multiple levels. I first tried using a composite/nested multifield with a fixed scope, which works as expected. However, when trying to add dynamic logic, the component breaks. I also tried using a recursive approach and a node component recursively, but I could not get the dialog to work (like a carousel). I tried using a Java model and servlet to expose a JSON based on a dam folder. using content fragments, but I'm not getting the desired structure.
Has anyone done/seen this before? I would appreciate any guidance. Thank you!
