vote-rs/README.md

23 lines
659 B
Markdown
Raw Normal View History

2024-03-03 06:11:13 +01:00
# Vote-rs
2024-05-12 23:58:03 +02:00
Currently in development....
## current functionality
2024-03-03 06:11:13 +01:00
Converts a csv file into a `.blt`file [(OpenSTV/OpaVote ballots)](https://www.opavote.com/help/overview#blt-file-format).
2024-03-03 06:11:13 +01:00
2024-05-12 23:58:03 +02:00
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.
## Building
2024-03-03 06:11:13 +01:00
```bash
2024-05-26 03:53:16 +02:00
cargo -Z unstable-options build --out-dir ./build
```