You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.3 KiB
41 lines
1.3 KiB
## To-Do List:
|
|
- [x] → AutoLoader PSR-4
|
|
- [x] → LoadAll Service and Config files that are ON…
|
|
- [x] → AEBootLoader and Generator (Encrypted Features and Fall Backs)
|
|
- [x] → Encrypted/Compressed Sessions
|
|
- [ ] → Ensure JS error reporting works
|
|
- [ ] → Force Database methods to try Cache First and Save Cache Data
|
|
- [x] → Kernels
|
|
- [x] → HTTP → Requests, Responce
|
|
- [x] → Middleware
|
|
- [x] → Macros
|
|
- [x] → Routes
|
|
- [x] → Controllers
|
|
- [@] → Models (is kind of complete...)
|
|
- [x] → Views (Twig/Liquid/PHP)
|
|
- [x] → JavaScript/CSS Asset loading
|
|
- [x] → Strings & Random Engine
|
|
- [x] → HTML Document
|
|
- [x] → Main Project Tempates
|
|
- [x] → 404 Pages/Dev/Prod Errors
|
|
- [x] → CLI Detect
|
|
- [x] → Paginator
|
|
- [x] → Safer I/O
|
|
- [x] → End/Open Tag Matching
|
|
- [ ] → Rate Limiting
|
|
- [x] → PHP Mailer
|
|
- [ ] → Access Tokens (like for emails)
|
|
- [x] → UUIDv7 (like Database IDs)
|
|
- [x] → CSRF Tokens in security.php...
|
|
- [x] → Password Hashing/Verify in security.php
|
|
- [x] → Twilio Support
|
|
- [x] → Logger
|
|
- [x] → Error Handler
|
|
- [ ] → Sane Config/Service file defaults
|
|
- [ ] → Sane Folder Structure and Documentation
|
|
- [x] → Default Routes, then load Controllers
|
|
|
|
## Extras:
|
|
- [x] → LazyCollections, LazyObjects, Money Class
|
|
- [ ] → Tests
|
|
- [x] → RSS Feed
|
|
|