19 lines
406 B
Markdown
19 lines
406 B
Markdown
|
- [ ] Websocket return of logs
|
||
|
- [ ] setup sqlite
|
||
|
- [ ] setup task runs (or orders) in sqlite
|
||
|
- [ ] store of task run logs in sqlite
|
||
|
|
||
|
simple axum server
|
||
|
simple templating route with axum
|
||
|
|
||
|
Use minijinja for templating with django syntax https://lib.rs/crates/minijinja
|
||
|
|
||
|
login OAuth2
|
||
|
list tasks
|
||
|
button to trigger job
|
||
|
api to get logs of task run
|
||
|
schedule tasks runs
|
||
|
simple frontenv with htmlx
|
||
|
|
||
|
- [ ] webhook
|