diff options
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -1,16 +1,11 @@ -Use something other than session for post redirect store, so can go via email -If you recently made a request, then a login will try to make it again because - all the stuff for the post redirect is in the session. Consider again - Send confirmation email Send actual FOIFA request Make it say "dear" as default letter -Write some tests (try it their way, at every level) +Make sure index for every controller shows all, and the /controller/:id URLs go to a show action -Make sure index for every controller shows all, and the /controller/:id URls go to a show action Escape/simplify short name properly in URLs of public bodies For public bodies whose short names are renamed, make old URL still work and redirect @@ -21,6 +16,12 @@ Shitty using sessions for redirect back - you lose if you click login link elsewhere in same browser, and then do sign in on original. It trashes your whole request. +Use something other than session for post redirect store, so can go via email +If you recently made a request, then a login will try to make it again because + all the stuff for the post redirect is in the session. Consider again + +Write some tests (try it their way, at every level) + Tidying ======= @@ -55,8 +56,12 @@ Maybe we SHOULD reveal their email to the public body, why not? Later ===== +Add postal address at City University to request + Read wiki page lots http://www.mysociety.org/moin.cgi/FreedomOfInformation +And comments on proposal +http://www.mysociety.org/2006/04/04/freedom-of-information-archive/ Check FOE site lots http://community.foe.co.uk/tools/right_to_know/request_generator.html |