Mercurial > hg > ltpdarepo
changeset 200:6bcf931c0e59
Update TODO.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Tue, 15 Nov 2011 19:15:58 +0100 |
parents | 73fc9ec0ccce |
children | ac0a27a72b9e |
files | src/ltpdarepo/TODO |
diffstat | 1 files changed, 33 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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: