belenios
belenios copied to clipboard
Verifiable online voting system. This is a mirror of https://gitlab.inria.fr/belenios/belenios
hi is it possible to allow to define during the creation process if the election will be close or open now we need to generate election then quickly close it...
Hi, is it possible to allow showing time with local hour in place of UTC ? When setting opening/close date for an election, or postpone display of results some admin...
When administering an election using the web server interface, there are a few steps that modify the election without making it possible to go back and change things again. Two...
This PR address issue #65. It adds a new tab to export an election (or a draft) as json. The election will be transformed to the draft format.  The...
Issue #80 With unsaved questions When leaving the admin/election page (for example by clicking on "Home") It fails to update the election because `get_current_uuid` is incorrectly set to `Uuid.dummy` since...
When creating an election on the new admin UI (static/admin.html) If I go the the "Questions" tab for the first time, or I modify the questions If I click on...
When using OIDC providers not based on email addresses but providing one, it may be useful to use the `sub` claim instead of the `email` one as the username. If...
For transparency, I think the result page should show a more comprehensive .json result. The .json should name QuestionWording, AnswerWording, GradeWording number of votes for each score. An example to...
Hello, Thanks a lot for this project! The background and research is appealing, and the need for an strong open-source solution is here. Indeed, I was looking for such a...
I'm trying to see if I can perform a ranked voting round, preferably using STV, on the Belenios [demo server](https://vote.belenios.org/). To this end, I: - tick 'Alternative voting methods' -...