Open Zish303 opened 1 month ago
Please 'hacktoberfest' label to this issue.
Hi, I want to work on this refactoring, Can you assign it to me?
Make sure to add images of the newly updated API responses along with the PR
As we are moving queries to new file, do i need to attach screenshot of each API request with PR?
Yeah you can do it in parts as both related issues are currently assigned to you
Yes, Sure.
@manascb1344 Can I work on this?
@manascb1344 Can I work on this?
Yes sure!!
Description:
Currently, SQL queries are defined directly within the route files. To improve code modularity and maintainability, all SQL queries should be moved to a dedicated query file. This will separate query logic from business logic, making the code cleaner and easier to manage.
Tasks: