discovery: scan php-admin and create improvement issues
Discovery Scan Complete ✅
Scan Date: 2026-02-20 Files Analyzed: 102 PHP source files, 7 test files Issues Created: 14 specific issues + 1 roadmap issue = 15 total
##…
roadmap: php-admin production readiness checklist
docs: add PHPDoc to 40+ undocumented public methods
refactor: remove or implement empty register() methods in Boot classes
refactor: implement or remove BoostPurchase stub in admin modals
refactor: implement or remove 2FA stub methods in Settings modal
security: validate JSON metadata fields to prevent mass assignment
security: improve TeapotController header sanitization
security: add rate limiting to admin action endpoints
fix: add error handling to SearchProviderRegistry
fix: add error handling to PlatformUser modal methods
fix: add error handling to Settings modal methods
test: add unit tests for Model methods
test: add tests for admin modal components (30+ modals)
refactor: add missing return type hints to 18+ methods
refactor: add declare(strict_types=1) to all PHP files