TODO
author viric@llimona
Sun, 25 Mar 2007 04:55:18 +0200
changeset 23 96fcebb68510
parent 22 afdc8410633f
child 25 e9e4babe6262
permissions -rw-r--r--
More TODO for the next versions.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
8ff6b6c9d87c Added empty "TODO", that will host things to be done and feature proposals. Perhaps we can use "bugtracker"?
Raul Salinas-Monteagudo <rsalinas@iti.upv.es>
parents:
diff changeset
     1
## Features to be implemented
7
bbfd7918b5fc First milestone.
viric@llimona
parents: 6
diff changeset
     2
23
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
     3
v0.2:
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
     4
 - Allow killing the running job
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
     5
 - Allow tailing any job
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
     6
 - Allow gzipping the output
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
     7
 - Allow removing a job from the queue
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
     8
 - Allow waiting any job
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
     9
v0.3:
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
    10
 - Add a '-h' for help
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
    11
 - Allow sending the output by mail
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
    12
 - Have a nice list output (correctly formatted)
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
    13
v0.1:
17
bbaefa255550 New tasks for v0.1
viric@llimona
parents: 11
diff changeset
    14
 -* The clients should _always_ go into background. *
bbaefa255550 New tasks for v0.1
viric@llimona
parents: 11
diff changeset
    15
 -* Allow to receive more parameters in the command line, and them be joined
11
bb94b9890001 Going to background at for new command queued.
lbatlle@npdl268.bpo.hp.com
parents: 7
diff changeset
    16
   with spaces for the command passed to bash.
19
5efc347cca8d The finished jobs store the errorlevel, and can be listed.
viric@llimona
parents: 17
diff changeset
    17
 -* There should be no limit on command line parameters.
21
a797f96a022f Lines for list doesn't have limit.
viric@llimona
parents: 20
diff changeset
    18
 -* There should be no limit on lines outputed by "-l".
19
5efc347cca8d The finished jobs store the errorlevel, and can be listed.
viric@llimona
parents: 17
diff changeset
    19
 -* Get the list of finished jobs, with its errorlevel.
20
d85b4c0745fa "-c" added, for clearing the finished tasks' list.
viric@llimona
parents: 19
diff changeset
    20
 -* The list of finished jobs should be clenead on demmand "-c".
22
afdc8410633f Now output can go to filenames.
viric@llimona
parents: 21
diff changeset
    21
 -* Output to a file should be possible. Use mkstemp().
afdc8410633f Now output can go to filenames.
viric@llimona
parents: 21
diff changeset
    22
 -* There should be no limit on output filename.
23
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
    23
v0.0.1:
22
afdc8410633f Now output can go to filenames.
viric@llimona
parents: 21
diff changeset
    24
 -* add tasks, and they run one after another. Input closed. Output in stdout.