Vote casting
This commit is contained in:
parent
8704ad0e70
commit
80786c4965
12 changed files with 152 additions and 42 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
## Debates
|
||||
|
||||
1. Not sure about the name `jobs` and `run_job`. Requests is an
|
||||
1. Hating the name `jobs` and `run_job`. Requests is an
|
||||
existing package dependency though. `tasks` seems to broard. I'm sure
|
||||
there's probably an already existing name that I can't articulate how
|
||||
to find.
|
||||
to find. `apirequests`, `rqsts`, `apicalls`?
|
||||
2. Should these `job` be called with dot notation? Or with slashes? Or
|
||||
something else? Is it okay to have these as strings?
|
||||
3. Should we do validation in the `jobs` or let the server do that all?
|
||||
|
|
@ -14,5 +14,5 @@ something else? Is it okay to have these as strings?
|
|||
## ToDo:
|
||||
|
||||
1. Make more jobs
|
||||
2. Make wrappers to make it less cumbersome when posting etc
|
||||
3. Publish to PyPi or whatever
|
||||
2. Make more wrappers
|
||||
3. Write more documentation
|
||||
Loading…
Add table
Add a link
Reference in a new issue