Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
52 stars 253 forks source link

Refactor the code to user single service to update the user Data in DB #1986

Open MehulKChaudhari opened 6 months ago

MehulKChaudhari commented 6 months ago

Issue Description

Ideally we should use single service to update data in DB but Now we are not using a model service to update the user data in DB some developers has use it but some developers has created new function to update the user document.

Expected Behavior

Ideally we should use single service to update data in DB.

Current Behavior

we are not using a model service to update the user data in DB some developers has use it but some developers has created new function to update the user document.

Severity/Priority

Additional Information

Checklist