Add TODOs for custom error pages and database backup during migrations

This commit is contained in:
Christian Galo 2025-06-04 02:41:02 -05:00
parent fa5be206cb
commit a3cd39f61a

View File

@ -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