From cfae83a88c29a602850656168890e2e669db4e88 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 12 Mar 2011 04:23:36 -0400 Subject: [PATCH] Updated TODO --- docs/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/TODO b/docs/TODO index ceb688ba95..c22be6b14a 100644 --- a/docs/TODO +++ b/docs/TODO @@ -111,6 +111,7 @@ Documents * Create 'simple view' document view for non technical users - DONE * Unify document form classes * Use document preview code for staging file also - DONE +* Delete physical file on delete method Filesystem serving ================== @@ -160,4 +161,5 @@ OCR * Make automatic OCR a function of OCR app and not of Documents app (via signals) * Two types of OCR nodes: thin, fat (thin = document file is passed serialize to node, fat = has direct access to document storage read document file) +* Move document in queue (up, down, top, bottom)