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

Implement another voting system : majority judgement #3472

Open
1 task done
pletelli opened this issue May 1, 2024 · 1 comment
Open
1 task done

Implement another voting system : majority judgement #3472

pletelli opened this issue May 1, 2024 · 1 comment

Comments

@pletelli
Copy link

pletelli commented May 1, 2024

⚠️ This issue respects the following points: ⚠️

Describe the goal you'd like to achieve

As a poll participant, I want to be able to vote with non binary answers because it helps to respond with subtleties and to bring out a more consensual result.
As a poll owner, I want to be able to propose poll participant more than Yes, No, Maybe answers, and define the possible answer at each poll creation.
(excellent, good, fair, poor, awful) might be the default set of answers.

Describe possible solutions

No response

Additional context

https://en.wikipedia.org/wiki/Majority_judgment

@dartcafe dartcafe added this to the backlog milestone May 2, 2024
@septatrix
Copy link

While more voting variants would be pretty cool, this opens a whole new can of worms. There are several options (approval voting (yes/no), score voting (good, neutral, poor - or 1-10), ranking (order options by preference). Sadly none of them are ideal nor are the methods to evaluate them (first past the post, instant runoff, plurality, ...).
So there are many possible things which could be implemented here...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants