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

Same Option Multivote #489

Open
calvu opened this issue Jun 14, 2023 · 2 comments · May be fixed by #539
Open

Same Option Multivote #489

calvu opened this issue Jun 14, 2023 · 2 comments · May be fixed by #539
Labels
1. To Develop Help Wanted Community help wanted Type/Enhancement New feature or request

Comments

@calvu
Copy link

calvu commented Jun 14, 2023

Summary

Currently it is possible to set and distribute several votes, but you can only give one vote to each option.
Here it would be nice to have a possibility to place multiple votes on one option.

Describe alternatives you've considered

Additional context

The aim is to have a poll in which the most important point for you can be weighted.

For example, if 4 options like "o1" "o2" "o3" "o4" are up for vote and everyone has three (3) votes, multiple votes can be placed on one and same option.
Like:

| Option | "o1" | "o2" | "o3" | "o4" |
+--------+------+------+------+------+
| User-1 |  1   |  1   |  1   |  0   |
| User-2 |  2   |  0   |  1   |  0   |
| User-3 |  0   |  0   |  0   |  3   |

Result:
"o1" = 3 Votes
"o2" = 1 Vote
"o3" = 2 Votes
"o4" = 3 Votes
@kaakaa kaakaa added Type/Enhancement New feature or request Help Wanted Community help wanted 0. Needs Triage labels Jun 23, 2023
@hanzei
Copy link
Member

hanzei commented Aug 8, 2023

@calvu Do you have some thoughts on the UX? How would a user remove a vote once it's casted?

@calvu
Copy link
Author

calvu commented Aug 9, 2023

Hello @hanzei ,
I would leave everything as it is now, that the user can use the "Reset your votes" button to clear all his votes cast so far.

annaos added a commit to annaos/matterpoll that referenced this issue Apr 4, 2024
@annaos annaos linked a pull request Apr 4, 2024 that will close this issue
annaos added a commit to annaos/matterpoll that referenced this issue Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. To Develop Help Wanted Community help wanted Type/Enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

3 participants