Browse Source

Update web interface TODOs.

Mike Naberezny 17 years ago
parent
commit
e293bedf1f
1 changed files with 8 additions and 5 deletions
  1. 8 5
      TODO.txt

+ 8 - 5
TODO.txt

@@ -34,11 +34,6 @@
     and fall through.  In an asyncore dispatcher represented by the
     and fall through.  In an asyncore dispatcher represented by the
     file descriptor, attempt to dispatch the event.
     file descriptor, attempt to dispatch the event.
 
 
-- Support stopping and starting groups in web interface.
-
-- Support operations against both stderr and stdout logs within web
-  interface.
-
 - Revisit test_startProcessGroup and test_startAllProcesses (see XXX
 - Revisit test_startProcessGroup and test_startAllProcesses (see XXX
   comment about ordering).
   comment about ordering).
 
 
@@ -57,6 +52,14 @@
 
 
    - Meta-refresh on tail page.
    - Meta-refresh on tail page.
 
 
+   - Organize processes by group and allow groups to be started/stopped.
+
+   - Support operations against both stderr and stdout logs.
+   
+   - Allow a supervisorctl-like command line through the web interface.
+
+   - Display more information about Supervisor (identification, pid, etc.)
+
 - Expat error on Jens' system running slapd as root after reload.
 - Expat error on Jens' system running slapd as root after reload.
 
 
 - Unit tests for log rotation.
 - Unit tests for log rotation.