support for observers

This commit is contained in:
Ville Rantanen
2018-12-12 22:09:12 +02:00
parent 74cdb27037
commit cef7966ad2
12 changed files with 144 additions and 33 deletions

View File

@@ -12,8 +12,7 @@
- Command line tools python3
## Usage instructions
## Basic usage instructions
- Install requirements `./install.me`
- Start server `./start.me`
@@ -26,4 +25,12 @@
- Open the link to vote
- Get summary of votes: `./manager summary my_poll`
## Additional usage
During the poll, you can observe the vote counts:
- Add an observer token:
`./manager token --prefix http://localhost:8041 --role observer my_poll`
- Open the link to see vote counts
- If the question se allows voters to see results after casting their vote
`show_results: true`, then observer can also see the results.