-
Notifications
You must be signed in to change notification settings - Fork 238
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
Add ability to undo votes and/or clear all votes? #22
Comments
If votes that need to be undone are actually accidental (not like judges regretting their decision) we could always implement something similar to Gmail's Undo Send, i.e. holding the submission for a short amount of time before actually making the request, instead of having to work with the backend. |
True. Another way we could do it is by replaying all the decisions with the cancelled ones removed (this would be an O(n) operation, and for hackathon scale, probably fine). |
Apparently people mis-click pretty frequently, so it would be nice to add the ability to undo votes. |
From his experience at HackPrinceton, @zacharyliu said that some issues that they had were:
Maybe we can improve this by adding:
We need to have some discussion about exactly how this should be implemented.
The text was updated successfully, but these errors were encountered: