Updated TODO

This commit is contained in:
Roberto Rosario
2011-02-09 02:37:51 -04:00
parent f47f1e11a4
commit e2fd97043e

View File

@@ -18,6 +18,7 @@
* Document previews on demand w/ imagemagick - DONE * Document previews on demand w/ imagemagick - DONE
* Add document description - DONE * Add document description - DONE
* Integrate with http://code.google.com/p/pytesser/ - DEFERRED, done using Popen * Integrate with http://code.google.com/p/pytesser/ - DEFERRED, done using Popen
* Show abbreviated uuid in document list - DEFERRED, Impractical
* Document list filtering by metadata * Document list filtering by metadata
* Filterform date filtering widget * Filterform date filtering widget
* Validate GET data before saving file * Validate GET data before saving file
@@ -25,12 +26,11 @@
* Check duplicated files using checksum * Check duplicated files using checksum
* If theres only one document type on db skip step 1 of wizard * If theres only one document type on db skip step 1 of wizard
* Show last 5 recent metadata setups for easy switch * Show last 5 recent metadata setups for easy switch
* Change to model signal * Change to model signals
* Allow document type to be changed in document edit view * Allow document type to be changed in document edit view
* Encrypting storage backend * Encrypting storage backend
* Indicate in generic list which document don't exist in storage backend * Indicate in generic list which document don't exist in storage backend
* Add css grids * Add css grids
* Recognize multi-page documents
* Document model's delete method might not get called when deleting in bulk * Document model's delete method might not get called when deleting in bulk
from a queryset from a queryset
* Allow metadata entry form to mix required and non required metadata * Allow metadata entry form to mix required and non required metadata
@@ -43,6 +43,7 @@
* Workflows * Workflows
* Scheduled maintenance (cleanup, deferred OCR's) * Scheduled maintenance (cleanup, deferred OCR's)
* Show document metadata in document list * Show document metadata in document list
* Show abbreviated uuid in document list
* Add tags to documents * Add tags to documents
* Field for document language or autodetect * Field for document language or autodetect
* Recognize multi-page documents
* Count pages in a PDF file http://pybrary.net/pyPdf/