vocdoni / ui-components

Vocdoni UI components libs
GNU General Public License v3.0
3 stars 2 forks source link

Kratios: Approval Voting + CSV #20

Closed jpaulet closed 1 year ago

jpaulet commented 1 year ago

As Vocdoni we want to validate the Approval voting type using the SDK by:

Approval Voting:

CSV:

elboletaire commented 1 year ago

Question: Should it really be in the ui-components (aka chakra-components)? Or does it make sense to have it just in the template? Or even in a separate package specific for creating elections (?)

emmdim commented 1 year ago

@elboletaire well yes and no. It would make sense to be another flavour of ui-components. My reasoning is the following: The idea is that the integrator would need to do some developing. Therefore I would like to provide a clean template. On the other hand this will not serve for the future, since Approval voting should be implemented in the SDK or even th backend.