Make comments
This commit is contained in:
simonwt 2026-03-31 20:04:08 +01:00
parent 36ec4ee339
commit c5d074d178
2 changed files with 30 additions and 3 deletions

View file

@ -22,4 +22,10 @@ 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?
3. Should we do validation in the `jobs` or let the server do that all?
## ToDo:
1. Make more jobs
2. Make wrappers to make it less cumbersome when posting etc
3. Publish to PyPi or whatever