Projecte-UrbanTree / UrbanTree

🌳 Aplicatiu web per a la gestió del manteniment d'arbrat urbà i periurbà
2 stars 0 forks source link

Enhance Router Implementation: Parameters and Route Splitting #134

Open 0x1026 opened 5 days ago

0x1026 commented 5 days ago

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

Considerations

0x1026 commented 4 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!