From e97c6c0bd55a5f90c851b3165a414f4d7bbac5f8 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 22 Jul 2025 19:34:16 -0400 Subject: [PATCH] space --- docs/TODO.md | 72 ++++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/docs/TODO.md b/docs/TODO.md index 747e2ee..b7c116a 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -1,42 +1,42 @@ # TODOs -[ ] → AutoLoader PSR-4 -[ ] → LoadAll Service and Config files that are ON… -[ ] → AEBootLoader and Generator (Encrypted Features and Fall Backs) -[ ] → Encrypted Sessions -[ ] → Kernels -[ ] → HTTP → Requests, Responce -[ ] → Middleware -[ ] → Macros -[ ] → Routes -[ ] → Controllers -[ ] → Models -[ ] → Views (Twig/Liquid/PHP) -[ ] → JavaScript/CSS Asset loading -[ ] → Strings & Random Engine -[ ] → HTML Document -[ ] → Main Project Tempates -[ ] → 404 Pages/Dev/Prod Errors -[ ] → CLI Detect -[ ] → Paginator -[ ] → Safer I/O -[ ] → End/Open Tag Matching -[ ] → UUIDv7 for APIs? -[ ] → Rate Limiting (Cached in JSON) -[ ] → PHP Mailer / Access Token -[ ] → Twilio Support -[ ] → Logger -[ ] → Error Handler -[ ] → CSRF Tokens -[ ] → Password Hashing/Verify -[ ] → Sane Config/Service file defaults -[ ] → Sane Folder Structure and Documentation -[ ] → Default Routes, then load Controllers + [ ] → AutoLoader PSR-4 + [ ] → LoadAll Service and Config files that are ON… + [ ] → AEBootLoader and Generator (Encrypted Features and Fall Backs) + [ ] → Encrypted Sessions + [ ] → Kernels + [ ] → HTTP → Requests, Responce + [ ] → Middleware + [ ] → Macros + [ ] → Routes + [ ] → Controllers + [ ] → Models + [ ] → Views (Twig/Liquid/PHP) + [ ] → JavaScript/CSS Asset loading + [ ] → Strings & Random Engine + [ ] → HTML Document + [ ] → Main Project Tempates + [ ] → 404 Pages/Dev/Prod Errors + [ ] → CLI Detect + [ ] → Paginator + [ ] → Safer I/O + [ ] → End/Open Tag Matching + [ ] → UUIDv7 for APIs? + [ ] → Rate Limiting (Cached in JSON) + [ ] → PHP Mailer / Access Token + [ ] → Twilio Support + [ ] → Logger + [ ] → Error Handler + [ ] → CSRF Tokens + [ ] → Password Hashing/Verify + [ ] → Sane Config/Service file defaults + [ ] → Sane Folder Structure and Documentation + [ ] → Default Routes, then load Controllers ## Extras: -[ ] → LazyCollections, LazyObjects, Money Class -[ ] → Tests -[ ] → RSS Feed -[ ] → Private API for Sensitive Transactions: + [ ] → LazyCollections, LazyObjects, Money Class + [ ] → Tests + [ ] → RSS Feed + [ ] → Private API for Sensitive Transactions: ## API ```