summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-04-07 00:35:55 +0200
committerTom Smeding <tom@tomsmeding.com>2026-04-07 00:35:55 +0200
commitfa34a7a111324e2bdcd4df20d5d9bedcf65fd2fa (patch)
treedb910a4abf7cdf2c5c421bcbd7710afed5627f17
parent287d9e5c4fc50bcca2474b9783148181d7ede872 (diff)
Update TODO
-rw-r--r--TODO.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index f0caf31..83dfb0a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,7 +1,6 @@
-- Auto-loading of logs
-- Timezone handling for old logs
-- Implement calendar view
+- Event hotlinking
- Ensure the server doesn't crash and burn when you
`for i in (seq 1 1100); curl -s 'http://localhost:8000/log/fn-haskell?page='$i | head -1 &; end; wait`
+- Compatibility for old event IDs/hotlinks?
- Reimplement mustache to drop aeson
- Reimplement HTTP server (or switch to a different one) to drop half the universe