[Openupload-svn-update] SF.net SVN: openupload:[323] trunk/TODO
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2009-06-13 13:01:33
|
Revision: 323
http://openupload.svn.sourceforge.net/openupload/?rev=323&view=rev
Author: tsdogs
Date: 2009-06-13 13:01:26 +0000 (Sat, 13 Jun 2009)
Log Message:
-----------
Organize a little the work to be done for next release
Modified Paths:
--------------
trunk/TODO
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2009-06-09 21:50:43 UTC (rev 322)
+++ trunk/TODO 2009-06-13 13:01:26 UTC (rev 323)
@@ -1,23 +1,69 @@
TODO list not priority ordered.
-******* MUST BE DONE BEFORE RELEASE 0.4 *******
+******* TARGETED FOR RELEASE 0.5 *******
+
Administration
+ - Move the logic of administration inside the modules (where possibile)
- A way to add / remove plugins and a way to sort them out
Users
- Add paging to new "My Files" feature
+ - Add more personal options (defaults)
+Setup
+ - Check for required paths to be writable...
+ - Check for zip/tar ?
+ - Enable TXTDB initialization
+
+Templates
+ - Review the template (and maybe add a new one)
+ - Better multifile selection
+
+Database
+ - Change the txtdb to something like gladius
+ - Add the join function
+ - Review the database structure
+ - Add a way to upgrade the structure/data
+
+LDAP
+ - AD and LDAP behave too much different, separate the module (or at least the differences)
+ - use ADLdap ?
+
+New features
+ - Files visible to groups, could also add the possibility to decide wether the file is "public" or "private"
+ - API
+ - "guest" functionality
+ - User might decide duration of a file
+ - Cronjob for removal/maintainence
+ - Add perl CGI for upload
+ - Email personalization (templating)
+ - Add possibility to select a file already on the server FS.
+ - Possibility to add personalized fields to be completed (on registration, file upload, etc)
+ - User account expiration
+
+Things to modify
+ - Change upload tracking technology (no prototype.js)
+ - Don't like all that step etc.
+ - review the ACL/function names to be more self explaining
+ - Edit file properties
+ - Maybe a single step upload, change/add properties
+ - Mime types must be handled on the server (not from the browser)
+ - directory structure for "volatile" data
+
+Plugins
+ - Review the plugins as to permit to extend all the app functionality
+
+Documentation
+ - Will this ever be done :) ?
+
+******* MUST BE DONE BEFORE RELEASE 0.4 *******
+
Bugs
- Fix all bugs I find in 0.4beta (I hope somebody else will report some if they exsist)
Database
- txtdb deep testing (switch ?)
-Setup
- - Check for required paths to be writable...
- - Check for zip/tar ?
- - Enable TXTDB initialization
-
SQL
- Update with default options for plugins
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|