From 63cf0a670dcf118dfe3650ce796bd228496f4e60 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Thu, 1 Jan 2026 21:20:38 -0600 Subject: [PATCH] Update todo list --- TODO.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 7177010..5eeba36 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,12 @@ - [ ] Create initial docker-compose.yml file for local development - include most recent stable postgres + - include beanstalkd + - include memcached + - include redis + - include mailpit + +- [ ] Add first cut at database access. Remember that ORMs are not all that! - [ ] Add middleware concept @@ -16,7 +22,8 @@ - for specific routes / resources / etc - [ ] Add basic text views - + Partially done; see the /time route. But we need to figure out where to + store templates, static files, etc. ## medium importance