Update todo list

This commit is contained in:
2026-01-01 21:20:38 -06:00
parent 5524eaf18f
commit 63cf0a670d

View File

@@ -5,6 +5,12 @@
- [ ] Create initial docker-compose.yml file for local development - [ ] Create initial docker-compose.yml file for local development
- include most recent stable postgres - 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 - [ ] Add middleware concept
@@ -16,7 +22,8 @@
- for specific routes / resources / etc - for specific routes / resources / etc
- [ ] Add basic text views - [ ] 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 ## medium importance