-
Notifications
You must be signed in to change notification settings - Fork 2
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
How to handle closed polls. #24
Comments
Closed polls in the poll list should have their main action (standard: vote) be changed to result view. An additional action for viewing just your own vote should be also present. The voting page will have a message stating that the poll is closed and voting is no longer possible - submit button should be either disabled or not rendered. On the poll create post route we have to add a sanity check for the polls closing date (so you can no longer edit your vote on closed polls by forging the request). I'm against any form of reopening or cloning for a poll - I don't see a value, because once a poll is closed, it's done - a consens has been found, a winner chosen - whatever. Reopening or cloning sounds really strong like "Well I don't like the polls result, let's redo them!". You can't vote on your government after election day either! If the feature gets requested, we might think about it again, but I definitely don't see it in MVP/0.1, since you are technically able to just create a new poll with the same (or better: updated) options. |
Todo:
|
On the idea of Result view, how are we thinking of displaying it? You mentioned a widget, can you elaborate on what you are thinking of it looking like? |
This issue is to discuss what direction we want to take.
Questions that need some discussion:
Points already made (thanks to @BraedonWooding):
The text was updated successfully, but these errors were encountered: