From 57e0cb6a88ae1ffb3bc5e10b344e0e2a48b073c7 Mon Sep 17 00:00:00 2001 From: Adrian Gunnar Lauterer Date: Sun, 12 May 2024 23:58:03 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee7278c..709b944 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,20 @@ # 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). +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 ```bash