Skip to content

Commit

Permalink
Add some TODO ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
xrchz committed Nov 12, 2017
1 parent 69eb949 commit dc6f103
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
TODO: Show more information on overview page
- Colour stopped jobs by success/failure
- Show time of last output (or time since last update) for running jobs?

TODO: Make server stop jobs that have been running too long
This could be done as part of the refresh action.

TODO: Consider using AJAX or whatever to refresh the html interface dynamically?

TODO: Replace calls to the OS shell with SML Basis functionality
In worker.sml there is a call to OS.Process.system that passes quite a lot of
work off to the shell: setting environment variables, executing a subprocess,
Expand Down

0 comments on commit dc6f103

Please sign in to comment.