snapshot-labs / snapshot

V1 interface for Snapshot. Join us on Discord http://discord.snapshot.org
https://snapshot.org
MIT License
9.23k stars 1.24k forks source link

Ranked choice (IRV) calculation issue #1972

Closed samuveth closed 2 years ago

samuveth commented 2 years ago

Each voter needs to select/ranked all choices for the calculation to be correct. This is also enforced on other Instant-runoff voting tools like here https://petertheone.github.io/IRV/

Currently we do not enforce this on the backend or frontend and so results could be miss calculated.

Screen Shot 2022-03-20 at 2 33 00 PM
samuveth commented 2 years ago

@ChaituVR no need to change the HUB anymore. Will fix ranked choice voting calculation instead