DXgovernance / davi-monorepo

https://davi-monorepo-davi.vercel.app
8 stars 12 forks source link

Voting options in store #333

Open rossneilson opened 1 year ago

rossneilson commented 1 year ago

Currently voting options are defined in our components but this causes issues with multiple governance implementations.

For example I believe guilds use: 0 = Against and 1> = For or additional options

But 1.5 uses: 1: For and 2: Against (I think)

So if we could specify this by some enum or something in each implementation's store that would be great and consume that on the component end