DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
207 stars 141 forks source link

Ranked Choice Voting #24

Closed JakeHartnell closed 3 years ago

JakeHartnell commented 3 years ago

Would be great to think about what this looks like for proposals...

JakeHartnell commented 3 years ago

Maybe it's a different type of proposal all together?

ben2x4 commented 3 years ago

I'm not really sure if this is high priority for v1. Ranked choice is very helpful if we need to decided between multiple choices like voting for candidates for office. I believe the majority of initial proposals will be simple yes or no votes that do not require ranked choice.

However, I think eventually it would be cool for DAOs to vote on more complex proposals where this could be very useful. For example, the DAO wants to pay a developer for a certain project, the voters can decide on the actual value of the payment from a range of options.

JakeHartnell commented 3 years ago

I'm not really sure if this is high priority for v1. Ranked choice is very helpful if we need to decided between multiple choices like voting for candidates for office. I believe the majority of initial proposals will be simple yes or no votes that do not require ranked choice.

However, I think eventually it would be cool for DAOs to vote on more complex proposals where this could be very useful. For example, the DAO wants to pay a developer for a certain project, the voters can decide on the actual value of the payment from a range of options.

I agree. Would be nice for a v2.