diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-03-29 23:27:21 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-03-29 23:27:21 +0200 |
| commit | f8981b5c5ec4519bc087bea2d465b7a4a82dca8b (patch) | |
| tree | b868c4f4c1ac13794366ea1e979d34011790ffe0 | |
| parent | f21dcde54b09913550036e6501cca935278597d9 (diff) | |
TODO.txt
| -rw-r--r-- | TODO.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..d8df4bf --- /dev/null +++ b/TODO.txt @@ -0,0 +1,8 @@ +- 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 |
