Open rossneilson opened 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
Against
For
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
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 optionsBut 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