Updating readme

This commit is contained in:
simonwt 2026-04-02 17:31:39 +01:00
parent c6c7e7bb28
commit f4a66b3e55
3 changed files with 45 additions and 18 deletions

18
development.md Normal file
View file

@ -0,0 +1,18 @@
# Things to think about do
## Debates
1. Not sure about 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.
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?
4. `wrapped` is an awkward name. What's more proper? But also obvious?
## ToDo:
1. Make more jobs
2. Make wrappers to make it less cumbersome when posting etc
3. Publish to PyPi or whatever