socrata / SlackPoll

Add a basic voting or polling integration to slack channels
0 stars 1 forks source link

People can vote more than once #3

Closed munjeli closed 8 years ago

munjeli commented 8 years ago

Make some auth check on the service side so we know who's voting and keep them from voting again and again.

michaelb990 commented 8 years ago

Could be accomplished by keeping either the username of the vote (for non-anonymous polls) or a hash of the username.

DianaPost commented 8 years ago

If people vote again for a different item, their vote is changed. (similar to Open Agora)