# HG changeset patch # User Daniele Nicolodi # Date 1321380958 -3600 # Node ID 6bcf931c0e5962246149edf7a06c923f3c12b7e9 # Parent 73fc9ec0ccce23c40dff56280577ec22baec256b Update TODO. diff -r 73fc9ec0ccce -r 6bcf931c0e59 src/ltpdarepo/TODO --- a/src/ltpdarepo/TODO Fri Nov 11 18:32:54 2011 +0100 +++ b/src/ltpdarepo/TODO Tue Nov 15 19:15:58 2011 +0100 @@ -1,21 +1,45 @@ -* TODO +- [X] Daily visualization in activity view. + +- [X] Allow for named "timeseries search" queries. + +- [X] Store ordering in named queries. - 1. [X] Daily visualization in activity view. +- [X] Provide Atom feed for latest updates to a database. - 2. [X] Allow for named "timeseries search" queries. + http://werkzeug.pocoo.org/docs/contrib/atom/ + http://flask.pocoo.org/snippets/10/ + +- [X] Add license information. + +- [ ] Add superuser creation script. - 3. [X] Store ordering in named queries. + Run the web interface with an user that has the minimum required + set of permisions on the database. This requires adding some + more parameters to the `admin` script to enter the username and + password to use in the creation process or the development of a + new script. - 4. [X] Provide Atom feed for latest updates to a database. +- [ ] Add `WSGI` script creation to buildout + + - collective.recipe.modwsgi ? + +- [ ] Add deployment instructions for Apache. - - http://werkzeug.pocoo.org/docs/contrib/atom/ - - http://flask.pocoo.org/snippets/10/ +- [ ] Conversion script to fill `author` field in `objmeta` table. - 5. [X] Add license information. + Now we store the `username` of the submitter of an object into + the `objmeta` table. In the past we didn't. Use the information + contained in the `transactions` table to recostruct the + information and store it. + +- [ ] Visualize extended author informations object view and Atom feed. + + Use the `author` field in the `objmeta` table to look up + extended author information (real name and email address) from + the `users` table (in the administrative database). # Local Variables: # mode: org -# mode: flyspell # End: