Update README.md
This commit is contained in:
parent
f035de1145
commit
57e0cb6a88
13
README.md
13
README.md
|
@ -1,9 +1,20 @@
|
||||||
# Vote-rs
|
# Vote-rs
|
||||||
|
|
||||||
Currently in development
|
Currently in development....
|
||||||
|
|
||||||
|
## current functionality
|
||||||
|
|
||||||
Converts a csv file into a `.blt`file [(OpenSTV/OpaVote ballots)](https://www.opavote.com/help/overview#blt-file-format).
|
Converts a csv file into a `.blt`file [(OpenSTV/OpaVote ballots)](https://www.opavote.com/help/overview#blt-file-format).
|
||||||
|
|
||||||
|
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
|
## Building
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue