Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make diagrams collapsible #209

Open
mcintyre321 opened this issue Jan 16, 2019 · 1 comment
Open

Make diagrams collapsible #209

mcintyre321 opened this issue Jan 16, 2019 · 1 comment

Comments

@mcintyre321
Copy link

mcintyre321 commented Jan 16, 2019

Thanks for such a cool project!

I was just thinking that it would be really neat to be able to expand/collapse parts of the chart, and raise an event, allowing an integrator to save the state to localstorage, and to load it again

e.g. given

Andrew->China.Ear: Says "How are you"
China.Ear ->China.Brain: Heard "How are you"
China.Brain->China.Brain.HealthStatus: Check healthiness
China.Brain.HealthStatus-> China.Brain: Everything OK
China.Brain->China.Mouth: Say "Fine thanks"
China.Mouth-->Andrew: Says "Fine Thanks"

You could have a +/- in the UI, which would collapse all the nodes under China into one (effectively giving)

Andrew ->China: Says "How are you"
China ->Andrew: Says "Fine Thanks"

This way you can produce really complex, large diagrams, then filter them down to demonstrate just the information relevant.

@serapath
Copy link

yeah, that would be super dope :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants