24 lines
347 B
Markdown
24 lines
347 B
Markdown
# Frontend
|
|
|
|
1. UI to view
|
|
1. running job
|
|
1. jobs
|
|
1. job definition
|
|
1. next runtime
|
|
1. last runtime
|
|
1. last output
|
|
1. UI to mutate
|
|
1. submit job
|
|
1. delete job
|
|
1. pause jobs
|
|
1. interrupt job
|
|
1. JS
|
|
1. ajax for json calls
|
|
|
|
# Backend
|
|
|
|
1. load from file
|
|
1. interrupt running jobs
|
|
1. temporarily disable jobs
|
|
1. json API
|