piratar / wasa2il

Direct democracy system
https://x.piratar.is
Other
28 stars 16 forks source link

Voting screen: Add how many candidates should be added/selected when voting #14

Closed andri closed 8 years ago

andri commented 9 years ago

Add how many candidates people have to select in an election. Right now, you can add and rearrange candidates but the UI does not tell you have many you can select.

A simple text like "x of x candidates selected" would do the trick and make more comfortable about what they are doing when voting.

bjornlevi commented 9 years ago

Due to the Schulze voting method no one 'has' to vote for more candidates than they want to. One is sufficient for a vote to be cast. That vote effectively means that one candidate is in first place and all other candidates are in second place (even if they are unselected)

bjornlevi commented 9 years ago

Also see: https://github.com/piratar/wasa2il/tree/candidate-random-order

This randomizes and persists the order of unselected candidates based on how they were loaded and how the user has ordered them. Refreshing the page gives the user a new randomized list of unselected candidates.

BjarniRunar commented 8 years ago

Closing as this is not necessary.