aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 17aed291c..7d84975b9 100644
--- a/todo.txt
+++ b/todo.txt
@@ -44,6 +44,7 @@ https://secure.mysociety.org/admin/foi/request/show/37
https://secure.mysociety.org/admin/foi/request/show/137
GUI for uploading changed CSV files
+Interface for deleting requests
Things to track:
- new requests
@@ -66,8 +67,6 @@ everywhere that it should
"Some of the information" option should give you choice of complaining if you like.
-Wrapping long URLs in emails breaks the h off http off the beginning nastily
-
Use :order in the info_request.events belongs_to clause instead of each time it is queried
Also sort user.info_requests for user pages
Also see in request_controller.rb: @info_request_events.sort! { |a,b| a.created_at <=> b.created_at }