cazicbor / hello-democracy

Implementation of various voting methods, in Go
6 stars 0 forks source link

Configure parameters, candidates and vote #1

Open Oli8 opened 2 years ago

Oli8 commented 2 years ago

I'd like to be able to configure an election parameters (candidates and votes) either by command line options or with a file of data which would maybe be simpler.

cazicbor commented 2 years ago

Hello Oli8, Thanks for your suggestion! It is indeed something that would be interesting to setup, in order to compare better each voting process & to have a better vision of it. The approach with a file of data might be smarter (= lazier) than the actual config, I'll dig into that!