snapshot-labs / snapshot-strategies

Snapshot voting strategies
https://docs.snapshot.org/strategies
MIT License
216 stars 749 forks source link

Open-Ended Polls Rather than Limited Options #402

Open mattdesl opened 2 years ago

mattdesl commented 2 years ago

Hi, apologies if this is the wrong repo for a feature like this. I'd like to create a proposal with 1,000 different options (simply using integer IDs, #0 to #999), allowing users to vote on their top 5 or top 10 of those options. Then using some sort of rank voting to determine which options among all of them tend to be most preferred. Happy to help develop this feature with PRs but wonder if something like this is even possible within Snapshot, or with a custom plugin of some kind.

ChaituVR commented 2 years ago

Hi @mattdesl Look into these voting types https://docs.snapshot.org/proposals/voting-types (maybe ranked-choice voting may work for you)