Cleanup readme TODOs

This commit is contained in:
David Ernst
2020-08-17 12:31:24 -07:00
parent 4e33e9f487
commit 2f960e6051

View File

@@ -9,26 +9,6 @@ yarn
yarn dev
```
TODO:
- [x] Admin GUI to add voters by email address
- [x] Admin GUI to add Trustees by email address
- [x] Backend assigns vote tokens and emails invitation to voters
- [x] Password protected
- [x] Voter interface to cast vote
- [x] Encrypt voters vote
- [x] Error handling
- [x] Submit Voters vote
- [x] Validate ballot before sending
- [x] Admin endpoint to receive submitted votes & validate vote token
- [x] Bulletin board of all valid received votes
- [x] Admin sends voter confirmation that vote was received
- [x] Voter Auth Tokens can only be used once
- [x] Admin can see which voters submitted
- [x] Admin can manually close voting early
- [x] Admin does first shuffle
- [x] Admin posts final results
For strong privacy:
- [ ] Trustee page to take part in Distribute Key Gen
@@ -38,7 +18,6 @@ For strong privacy:
After core features complete:
- [ ] Instructions on how voters can verify
- [ ] Admin can assign time for voting to close automatically
- [ ] Offer voters Extra Private Mode
- [ ] Health check on voter's device:
- [ ] Can they establish a secure connection?