amelioro / ameliorate

A tool for analyzing debatable problems effectively, collaboratively, and with an open mind.
https://ameliorate.app
MIT License
26 stars 10 forks source link

Allow configuring diagram direction #475

Open keyserj opened 3 months ago

keyserj commented 3 months ago

Describe your issue

Sometimes it's nice to read edges from solutions to problems, but sometimes it seems like it'd be nice to read the other way too. Particularly it could be nice to read edges top-down instead of bottom-up (e.g. instead of bottom-up solution-addresses-problem, use top-down problem-addressed-by-solution).

Similarly, sometimes it's nice to have problems laid out at the top of the diagram, with solutions on the bottom, but other times it'd be nice to invert this (maybe when the focus is intended to be on solutions, like for proposals).

Solution you'd like

Add configuration to allow these different options:

Alternatives you've considered

No response

Additional context

Technical ideas and questions