firestormy/TODO.md

904 B
Executable File

Frontend

  1. UI to view
    1. running job x jobs
    2. job definition
    3. next runtime x last runtime x last output x add titles to jobs
    4. job title includes last pass/fail icon
    5. button to modify (copies to upsert form)
    6. button to delete
  2. UI to mutate
    1. submit job
    2. delete job
    3. pause jobs
    4. interrupt job
  3. JS x ajax for json calls

Backend

x load from file

  1. interrupt running jobs
  2. temporarily disable jobs
  3. json API
    1. list
      1. last run output
      2. last run pass/fail bool
      3. last run timestamp
      4. next run
    2. upsert
    3. delete job
    4. pause/disable job
    5. running job
    6. interrupt job
  4. change cron to load the full job from storage so not holding big queued jobs in ram x add optional second for test main
  5. test main x add titles to jobs
  6. namespace for jobs, output, lastrun, laststatus