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

Design and implement method to show preference counts in result #35

Open
wbreeze opened this issue Jul 19, 2019 · 0 comments
Open

Design and implement method to show preference counts in result #35

wbreeze opened this issue Jul 19, 2019 · 0 comments
Labels
enhancement Improvement or new feature

Comments

@wbreeze
Copy link
Owner

wbreeze commented Jul 19, 2019

Display what's going-on under the covers, somehow, with the preference graph.

One way to do this would be to show, when hovered over any alternative, the weight of the preference arc to all of the other alternatives next to those alternatives. In this way it would be possible to explore the full preference graph with little more than the display of the result partial order. It might be nice to show the majority/minority number (the difference) as well.

It would mean keeping or recalculating and sending $n^2 - n$ data to the browser. Just that many numbers.

Think about it. Design something. Do it.

@wbreeze wbreeze added the enhancement Improvement or new feature label Jul 19, 2019
@wbreeze wbreeze changed the title Design and implement method to show result details Design and implement method to show preference counts in result Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement or new feature
Projects
None yet
Development

No branches or pull requests

1 participant