diff options
author | francis <francis> | 2008-10-27 12:46:27 +0000 |
---|---|---|
committer | francis <francis> | 2008-10-27 12:46:27 +0000 |
commit | f74250322ce6efe50ebc9bffb6dda612380d5511 (patch) | |
tree | 7525149a2a50d941b8debec8ef9ee3fb0091572d | |
parent | 7391fc32c91ea64c79def6d1a272c39e1a08072c (diff) |
Some todo.
-rw-r--r-- | todo.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |