amelioro / ameliorate

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

Button to sort criteria and solutions by score #270

Open keyserj opened 11 months ago

keyserj commented 11 months ago

Is your feature request related to a problem? Please describe. When my criteria table has a lot of criteria and/or solutions, it's easy to be overwhelmed. It would be nice if there was an easy way to make the important details come to the forefront for me to see.

Describe the solution you'd like We should add a button that sorts the criteria and solutions in the criteria table, bringing the highest-scoring ones to the top/left.

This is what the sorting by score, descending would look like: image

It'd probably be jarring to have sorting maintained, i.e. if you change the score on a node and it jumps to the bottom or top, so it's probably best to have this be a button that'll sort on click, rather than a mode that maintains sorting.

Questions

Describe alternatives you've considered Hiding based on score. But sorting seems better

Additional context This came from feedback during the livestream!

Technical ideas

keyserj commented 11 months ago

Related to #203