Open amankumarsingh77 opened 1 month ago
I will be working on the controllers/public folder
I will be working on controllers/auth folder
I will be working on the Operator controller
Please take the latest pull from the monorepo branch.
I will be working on the business controller
Hi team I will be out of town from 6-10 November, will complete my task before 4
Hi team, i won't be available for the upcoming week days due to work commitments – thanks for understanding! p.s. I've recently made updates in the server/controllers/public/search.js file. There are two other files in the public folder contact-us.js and logo.js that also need refactoring. If anyone is available, please feel free to take on the task of refactoring these two files.
Thank you!
Hi Team, I will be working on Controllers/User
Update: User Controller is successfully migrated to monorepo setup through PR #404
Update: Auth Controllers is migrated to monorepo setup through PR #416
50% completed.
What is this issue related to?
Enhancement
Description
We have decided to refactor our codebase to follow the
repository
pattern. This will improve code modularity, maintainability, and reliability by abstracting data access into repositories. Also separates the data access layer from the business logic layer. TasksThis change will help future-proof our code and make it easier to adapt to new data sources.
Assigned To: @DeltaDynamo @ayush19sinha @sujal111 @Rohan-Hazari @Soumava-221B @amoghar29
Expected Behavior
Current Behavior
services
orcontrollers
.Controllers
are handling few logics that should be taken care by services.Additional Information (optional)
NOTE: All the joi objects should be inside schema.js inside utils folder
Confirmation Checklist