IvanParvanovski / WorkPal

MIT License
0 stars 0 forks source link

Issue 21 create service layer #22

Closed IvanParvanovski closed 4 months ago

IvanParvanovski commented 4 months ago

A service layer is employed to decouple database queries from views and models, enhancing code organization and maintainability. By decoupling these components, the service layer promotes better separation of concerns and facilitates code reuse across the application. This approach improves maintainability and scalability while also making testing easier and more efficient.