-
Notifications
You must be signed in to change notification settings - Fork 12
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
Polls wishlist #533
Comments
Would it also be possible to support other voting systems, like: |
Thank you for opening this issue. The current vote-for-only-one choice system is not expressive nor inclusive of diverse opinions, and causes many problems.
Here is documentation on how STAR voting works, and why it is superior. It would be huge if Element's polling function could be flexible to allow other voting systems like STAR. It should be noted that some of these replacement voting methods requires multiple rounds of tabulation, so the code should be written to allow that as well. What are the relevant sections of the current codebase that deals with polling? How big of a modification needs to be made to allow other voting methods? |
Hey there! I'd like to add the following to this list
|
Definitely interested in multi-select, but I'd also suggest
|
Liking these suggestions. If the official developers don't prioritise these features, how hard would it be for external contributors to add them??? |
Some are easy, like "don't hide results before voting". |
We've also noticed that some clients limit the number of options visible to 20, while others do not. |
@HarHarLinks, thanks for making this overview and sorry to bother you. I just created #2295. It might cover (part of) this point:
|
How is the general attitude towards pull requests implementing any of the features? @nitn3lav offered to implement multiple choice polls for iOS and Android, but didn't get any response wether this would be reviewed for almost two weeks now. I would be willing to implement the ability to show the voters of each option on web and iOS a shot, but would also like to know beforehand if any pull requests in that direction would currently be regarded at all. |
A little disappointed that there is no response, gave the implementation for web a shot anyway in element-hq/element-web#28305 |
Your use case
I couldn't find an issue tracking particular polls (#6255) feature requests but had a couple suggestions, so I made one:
:
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: