moonshotcollective / pay.party

pay-party.vercel.app
MIT License
9 stars 18 forks source link

Delineate Candidates/Voters #42

Closed hmrtn closed 2 years ago

hmrtn commented 3 years ago

This effort should change up the format of the elections, where voters can be distinct from the candidates. Currently, every voter is automatically a delegated candidate. We need to allow large communities to be able to vote on a specific subset of candidates.

damianmarti commented 3 years ago

I made this change on the off-chain version at https://github.com/scaffold-eth/scaffold-eth/tree/qd-off-chain-voters-and-candidates

You have two lists. One for the voters and one for the candidates:

qdip-create

And the rewards page, the information is split too.

qdip-rewards

Maybe we can add a checkbox "Use voters as candidates too" and if you check that you have to fill just one list and if you leave this unchecked, you have the two lists.

@hansmrtn what do you think?