📝 Add TODO.md
This commit is contained in:
parent
7a3f478f8d
commit
e865b151c1
1 changed files with 8 additions and 0 deletions
8
TODO.md
Normal file
8
TODO.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# ToDos
|
||||||
|
|
||||||
|
- refactor `Voting.result()` to `Voting.state()` that returns a data dictionary
|
||||||
|
- refactor `Result` to be an abstract class that can handle `Voting.state` allowing users to provide their own custom `Result`
|
||||||
|
- add `DefaultResult` abstraction of `Result`
|
||||||
|
- add support for pickling/unpickling `Voting`
|
||||||
|
- add `click` and provide a user-friendly CLI
|
||||||
|
- add `fastapi` and implement a builtin JSON/REST API server
|
Loading…
Reference in a new issue