summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-04-01 12:09:31 +0200
committerTom Smeding <tom@tomsmeding.com>2026-04-01 12:09:39 +0200
commit0cf6164927411cef088d9c8400a99327efdf0c19 (patch)
treee6f11388b775b57be0a316ea1c0fdd488a98f568
parentb17b1ef4768bbe62fce05adde7298bb810ac4683 (diff)
Update TODO list
-rw-r--r--TODO.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index d8df4bf..1f12c0a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,8 +1,8 @@
+- Auto-loading of logs
+- Timezone handling for old logs
- Implement calendar view
- 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`
-- Better CSS
-- Timezone handling for old logs
- Check if we still need chronos or can drop it to drop aeson (potentially)
- Reimplement mustache to drop aeson
- Reimplement HTTP server (or switch to a different one) to drop half the universe