Commit da318b9b907e20cb02eb8caaea661db464e62d38

Authored by michael
1 parent 8f3f1d5f

initial revision


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2534 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 42 additions and 0 deletions
docs/TODO.txt 0 → 100644
  1 +KnowledgeTree DMS Development TODO List
  2 +---------------------------------------
  3 +
  4 +(In no particular order after office integration)
  5 +
  6 +- Microsoft Office integration- Open, Edit, Update documents in the KnowledgeTree
  7 + from within Microsoft Office programs
  8 +- WebDAV integration
  9 +- Reporting- Simple usage and statistics report generator
  10 +- Code Review and Refactoring
  11 + - Web Framework: Phrame (http://phrame.sourceforge.net) / Smarty (http://smarty.php.net) integration
  12 + - Notification Handling
  13 + - tidy up collaboration emailing text- refactor emailing
  14 + - names instead of usernames, line breaks etc (html/txt?)
  15 + - email controller links
  16 + - ?? and getDocumentPath-> displayDocumentPath?
  17 + - Subscription refactoring
  18 + - Use a factory and distinct DocumentSubscription and FolderSubscription classes
  19 + - All common UI code- headings, document/folder path, candystriping, status and error messages
  20 +- Documentation
  21 + - Design document and Developers Guide
  22 + - decide what is core and what is optional
  23 + - how to decouple logic into modules- documentActions
  24 +- Javascript folder browse; folder tree pane
  25 +- Zip functions
  26 + - Mass up/download
  27 + - download- zip up and download file lists (folders, categories, document types, search list)
  28 + - Unpacking archives
  29 + - Allow zips to be browsed and contents accessed.
  30 +- Shortcuts
  31 + - Folder: Add a shortcut to a document in the dms from a folder
  32 +- Allow addition of URLS
  33 +- Add number of documents to folder view, or change folder icon (open/closed)based on folder contents
  34 +- Automated Test Suite
  35 + - For Coverage and performance tests
  36 +- Write custom error handler
  37 +- Security audit
  38 +- Make logging robust, spin off as Log4Php?
  39 +- Document Routing
  40 + - Allow overrides on a per document basis
  41 +
  42 +$Id$
0 43 \ No newline at end of file
... ...