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

Riddle voting & auto removal system #4

Open
cedricium opened this issue Aug 18, 2018 · 0 comments
Open

Riddle voting & auto removal system #4

cedricium opened this issue Aug 18, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@cedricium
Copy link
Owner

After showing riddler to the peeps at work, we quickly found out that some of the riddles are too hard or too ambiguous and thus having a system in place to vote whether a riddle was good or not would be helpful.

Basic implementation might go as follows (assuming riddles are moved to a database):

  • riddle sent to user, after they reveal the answer, another attachment added with 2 buttons: 👍 and 👎 or similar
  • user can then click either button to cast their vote - only 1 vote per user for each riddle
  • knowing the number of votes per riddle and upvote:downvote ratio, can then remove a riddle that falls below a certain threshold
@cedricium cedricium added the enhancement New feature or request label Aug 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant