aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 12644db40..e2f73ee64 100644
--- a/todo.txt
+++ b/todo.txt
@@ -4,7 +4,6 @@ Add unsubscribe / manage tracks page.
Link from email
Link from user page
Link from "already tracking" text
-Show on request who is tracking it
Improve "you are now tracking this request!" flash
@@ -63,6 +62,8 @@ 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 }
+Go through all has_many and pick something sane
Offer search on 404s