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

feature: add cumulative voting type #408

Closed
elboletaire opened this issue Aug 27, 2024 · 2 comments
Closed

feature: add cumulative voting type #408

elboletaire opened this issue Aug 27, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@elboletaire
Copy link
Member

Describe the feature

Like quadratic voting, but with costExponent=1.

Motivation

Being able to properly identify votings of this type. You have an example voting of this type here: https://explorer.vote/process/6b342d99f2187bf87ae56dfceaf3b6531c336365830e460e212d02000000006d

Constraints & Assumptions

Not sure it can be detected easily since we are not storing any metadata for these kind of votings and maybe we should, but that would not make old votings to be available after release. Due to this, it may be a better solution to simply identify it based on the params it already has defined (?).

@marcvelmer
Copy link
Collaborator

It's already been there, it's the budget election type.

Quadratic voting has been added in #410 .

@elboletaire
Copy link
Member Author

elboletaire commented Sep 2, 2024

It's already been there, it's the budget election type.

Quadratic voting has been added in #410 .

Wait, then what's the quadratic example we have in the SDK? 🤔 https://github.com/vocdoni/vocdoni-sdk/blob/main/examples/typescript/src/quadratic.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants