Adrian Gunnar Lauterer 924e91354c update license to v2 or later
Signed-off-by: Adrian Gunnar Lauterer <adriangl@pvv.ntnu.no>
2025-03-17 22:28:39 +01:00
2024-05-11 23:30:37 +02:00
2024-03-17 00:19:16 +01:00
2024-05-26 03:53:16 +02:00
2024-05-25 23:31:51 +02:00
2024-05-26 03:53:16 +02:00
2024-05-26 03:53:16 +02:00
2024-05-26 03:53:16 +02:00
2024-05-26 03:53:16 +02:00
2025-03-17 22:28:39 +01:00
2024-05-12 02:31:44 +02:00
2025-03-17 19:01:11 +01:00
2024-03-03 06:11:13 +01:00

Vote-rs

Currently in development....

current functionality

Converts a csv file into a .bltfile (OpenSTV/OpaVote ballots).

stared on mocups and api documentation for a possible api to the application.

Goal

Create a webapplication to commit, some simple elections.

as there already seem to exist multiple diffrent voting result libraries/application in rust, the aim of this is rather to create the webui for participants to submit their votes, and use a library to get the results after a election is done.

stuff needed

  • users and authentication

  • create a namespace (our collection name for a set of elections. )

    • should be able to enforce only creator can add new elections or work in the same namedpace.
  • crate new elections in namespace elections should have a set of items

  • vote on elections

    • alsofir pepole you have fullmakt for.
  • give fullmakt to namespace to spesific person.

  • accept fullmakt?

  • stop elections , calculate and show results

    • public and private results
  • encryption and signing stuff for everything to ensure trust

Building

cargo -Z unstable-options  build --out-dir ./build
Description
stv voting system written in rust.
Readme GPL-2.0 164 KiB
Languages
Rust 52.6%
HTML 45.2%
Nix 2.2%