From a3cd39f61a5ddb8b2df1c85105ea77a2848922e0 Mon Sep 17 00:00:00 2001 From: Christian Galo Date: Wed, 4 Jun 2025 02:41:02 -0500 Subject: [PATCH] Add TODOs for custom error pages and database backup during migrations --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19da070..eca0c82 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,5 @@ Ensure these secrets are securely stored and persisted for application use. - [ ] Subresource Integrity (SRI) for CDN assets - [ ] Serve HTMX assets not from CDN - [ ] Find out if timeout middleware is actually needed or if net/http handles it +- [ ] Custom error pages +- [ ] ConnectAndMigrate should make a backup of the database before running migrations