💡[FEATURE]: Create API for Storing Doctor Specializations.
Is your feature request related to a problem? Please describe.
Create an API that can store a list of categories of specializations for various doctors. This API will allow users to access and update the list of specializations easily.
Describe the solution you'd like
Schema:{
[
{
id: string,
name: string,
countOfExistingDoctors: number,
doctor_ids:[ ],
last_updated_at : date,
created_at : date,
contributed_by: UserData
}
]
}
example :[ "Cardiology", "Dermatology", "Pediatrics"]
Hey @SB2318, i would like to give a try please assign me this task!
Hey @SB2318, i would like to give a try please assign me this task!
I have not seen any PR yet.
Hey @SB2318, I have doubts:
id: stringis it a string like "Cardiology" or a MongoDB object like "664f8078c307087311e5259a"?contributed_by: UserDatawhat does UserData refer to?
Hey @SB2318, I have doubts:
id: stringis it a string like "Cardiology" or a MongoDB object like "664f8078c307087311e5259a"?contributed_by: UserDatawhat does UserData refer to?
I will explain
Hey @SB2318, kindly update me as soon as possible.
Hey @SB2318, kindly update me as soon as possible.
id : random id for mongodb object , it is a primary key UserData : UserModel object (./backend/models/UserModel.js)
Hey @SB2318, kindly check the PR #99
Hello @SB2318! Your issue #76 has been closed. Thank you for your contribution!