c4dt / d-voting

📧 E-Voting platform based on the Dela blockchain
https://dedis.github.io/d-voting
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

migrate voter management #174

Open PascalinDe opened 1 month ago

PascalinDe commented 1 month ago

related to #172

Currently the add_role API is used to add voters to a form, and it is not (??) possible to remove voters from a form.

The frontend must be migrated to use the voter management API instead, and also allow to remove voters.

ineiti commented 1 month ago

We also have a CLI to add voters, we should either:

PascalinDe commented 1 month ago

We also have a CLI to add voters, we should either:

  • remove the CLI or
  • make it work, too

yes, good point!