summaryrefslogtreecommitdiff
path: root/TODO.txt
blob: d8df4bf734a54eafb338685e8c6285cb99709ffb (plain)
1
2
3
4
5
6
7
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