Skip to content

Commit

Permalink
clearing todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Oct 19, 2009
1 parent d7305a6 commit 9621f8e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
TODO:
* Job creation UI. Pick an action, add inputs, set options, go.
* Look into Grand Central Dispatch for ideas about how to implement
Job ordering/piping around.
* Think about adding priority to the jobs.

DONE:
* Make it possible to clean up jobs through something like 'crowd cleanup'.
Expand All @@ -11,6 +7,9 @@ DONE:
in-request cleanup. (see Job#cleanup_assets)
* Right now actions just process. Think about map / process / reduce.
* Basic unit tests.
* Job creation UI. Pick an action, add inputs, set options, go. (not needed)
* Look into Grand Central Dispatch for ideas about how to implement
Job ordering/piping around.
* Finish fleshing out the crowd command.
* Security. HTTP Basic Auth via config.yml,
* Security. S3 authenticated URLs.
Expand Down

0 comments on commit 9621f8e

Please sign in to comment.