JohnnyJayJay / instant-poll

A Discord bot that lets you create polls in your server
MIT License
42 stars 9 forks source link

Add open polls #9

Closed JohnnyJayJay closed 2 years ago

JohnnyJayJay commented 3 years ago

Currently, you can't see which users voted for which option(s). This could be added (as an optional setting) by keeping a list of voters in the message itself and updating it with every vote. This has a few problems:

As an alternative, I'm currently thinking about providing a tiny web interface where you can see the results of a poll (in addition to the simple message bar chart). This would be a rather large addition: I would need to make a nice-looking frontend, add websockets and routing as well as a few other things potentially. But I could see this becoming a feature in the future.

bristermitten commented 3 years ago

Perhaps a command like /poll info <id> could be used that will show the results of a poll in an embed or something. Would be easier than a web interface

JohnnyJayJay commented 3 years ago

An even better alternative might be a "View Votes" button that shows you the votes when clicked. Everybody can click it at any time to see the votes in an ephemeral message.

shelbyvcobra commented 3 years ago

This idea would make the bot great for doing polls for who is available when or preferred location

JohnnyJayJay commented 3 years ago

This idea would make the bot great for doing polls for who is available when or preferred location

I've got it on my radar and will work through most issues and feature requests here next month :)

JohnnyJayJay commented 2 years ago

Closed by #16