fairvotereform / RankIt

https://rankit.vote
1 stars 2 forks source link

Should we stop showing results below a certain # of votes? #80

Closed ggordn3r closed 4 years ago

ggordn3r commented 5 years ago

Despite our best attempt with the "this poll doesn't have many votes yet" message, results with just a few votes are still confusing. The probability of too many winners (multi-way ties where there are more winners than seats), not enough winners (in multi-winner, where there are less votes than seats), and other edge cases is very high when there are not many votes.

Does it make more sense to hide the results below a certain number of votes (e.g. 7), or validate for certain edge cases? As I see it, hiding the results would entail a message like "There aren't many votes in this poll yet. When the poll has at least X votes, results will appear here. In the meantime, share the poll with others to see results sooner!"

Otherwise, we are going to need to write significantly more logic to handle these cases as they arise. Example of too many winners below, for context.

Screen Shot 2019-10-23 at 9 54 01 AM
ggordn3r commented 5 years ago

Emily is ok with hiding results below a certain threshold.

iambateman commented 4 years ago

Ok, this is obviously a challenging one. Here's what i've done:

But I'm still showing the graph.

that feels like a happy medium to me. let me know what you think.

https://rankit.vote/results/F1rYPlMbtgXVPYLTNoc4/summary

ggordn3r commented 4 years ago

I think this is the right choice. Good call, especially on pulling summary statements.