aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--todo.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 167346f0f..0195b0d14 100644
--- a/todo.txt
+++ b/todo.txt
@@ -30,6 +30,9 @@ Test data for Tony
Next
====
+Can use track count to show interesting requests
+select info_request_id, title, count(*) as c from track_things, info_requests where track_things.info_request_id is not null and track_things.info_request_id = info_requests.id group by info_request_id, title order by c;
+
Consider putting the request email address in footer? So when
forwarded about, address sticks there.