As the Brill product ecosystem grew, internal management tasks such as maintaining product data, dealer information, and brand records needed a more organized system. Using isolated pages or ad-hoc logic would make future maintenance harder, especially when multiple modules had to share similar patterns for validation, data retrieval, and updates.
The solution was to build a custom mini-MVC admin platform in PHP with a front controller, modular controllers, and model-based data access using PDO. My contribution focused on designing the structure, implementing the modules, and making the admin flow easier to extend as the brand operations expanded.