Open 0x1026 opened 5 days ago
@Projecte-UrbanTree/testers-de-qualitat, the tasks for adding route parameter support and splitting routes into separate files have been completed and merged. However, the testing for routing functionality is still pending. Could you prioritize writing and running tests to verify that:
This is crucial to ensure the stability and reliability of the implemented changes. Thank you!
To improve the maintainability and scalability of our application, we need to enhance the router by adding support for parameters, introducing new middlewares, and organizing routes into separate files. These changes will make the codebase more modular and easier to manage.
Tasks
/users/:id
).admin.php
,auth.php
,web.php
).Considerations