-
Notifications
You must be signed in to change notification settings - Fork 2
Development Roadmap
Terry Bolt edited this page Dec 4, 2017
·
2 revisions
Here is the roadmap for good_stv development, listed by release versions.
- Simple CLI app that reads in a CSV and outputs the winner(s) by single transferable vote.
- Should be as bug-free as possible.
- Will serve as a constant base for future versions.
- HTTP API for creating elections and submitting votes.
- Basic authentication with LDAP.
- Prevent duplicate votes by recording session IDs?
- Frontend web form for creating elections and submitting votes.
- Still no/very simple authentication.