aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--todo.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/todo.txt b/todo.txt
index 760e77353..7c0a08314 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,34 +1,23 @@
-Do second page of login dialog (new account)
+Try making login just go username/password always
Ghost out password field when radio not selected on signin.rhtml
-
+Use something other than session for post redirect store, so can go via email
Show that you are logged in in top right corner
+Send confirmation email
+
Redirect the front page to the new FOI request page
Make it say "dear" as default letter
Write some tests (try it their way, at every level)
-Legal/privacy
-=============
-
-Check act to see if can use pseudonym for FOI request?
-"We will not reveal your email address to anybody" - are there circumstances
- (e.g. somebody messaging creator of a request and it bouncing) where we
- may reasonably do this, and should say it may happen?
-
-Maybe we SHOULD reveal their email to the public body, why not?
-
Tidying
=======
-Check times are being kept in UTC (! can't believe they might not be)
-
Prevent double posting of same request
If summary is blank, says "title must be filled in" grrrr
Tidy up error message text (like "body must be filled in") on info request form
-Rename "file_request" controller to "new" ?
Set "null" and "default" options more in schema
Add SQL foreign keys to database schema
execute 'ALTER TABLE researchers ADD CONSTRAINT fk_researchers_departments FOREIGN KEY ( department_id ) REFERENCES departments( id ) '
@@ -38,6 +27,17 @@ Add SQL foreign keys to database schema
http://rubyforge.org/projects/mig-constraints/
Call "delete from sessions where now() - updated_at > 3600" (one hour) or whatever
+Legal/privacy
+=============
+
+Check act to see if can use pseudonym for FOI request?
+"We will not reveal your email address to anybody" - are there circumstances
+ (e.g. somebody messaging creator of a request and it bouncing) where we
+ may reasonably do this, and should say it may happen?
+
+Maybe we SHOULD reveal their email to the public body, why not?
+
+
Later
=====