-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qualification field for nurse user type #8302
Comments
hey i want to work on this issue |
@ayushpatil2122 Please add an explanation on how you'll be implementing a solution |
@nihal467 Could you please follow up and move this ? |
Hey @aparnacoronasafe @gigincg, could you please assign this issue to me if it's still available? I've almost finished the task. The payload now successfully sends the |
We already have a qualification field named cc: @gigincg |
@rithviknishad, I’m not certain if I’m allowed to comment on this, but since we’re already sending |
Yes, let's proceed with:
|
Understood! I'll update the frontend as per the issue. For the backend, I'll create a new issue to track the renaming of the field to |
Just confirming, would you be creating the backend PR also? |
I have limited experience with Django and Python, but I’m willing to create the backend PR. Any guidance from the maintainers would be appreciated! |
You can start by renaming instances of "doctor_qualification" with "qualification" in the backend repo (except for the ones that are in the existing migrations). And then you can run the References: |
Backend issue created for the same here |
Here's the backend: ohcnetwork/care#2514 |
Is your feature request related to a problem? Please describe.
Nurses may be of various types based on qualification. Capturing and showing this in CARE is helpful.
Proposed Solution
User creation form (https://care.coronasafe.in/users/add) when user type is selected as "Nurse" add a field for "Qualification" with short text field. (the field is available for doctor user type already)
In edit profile form (https://care.coronasafe.in/user/profile) , add the field so that the nurse can update/edit the qualification as needed.
Show Qualification in user list (https://care.coronasafe.in/users?page=1&limit=18&user_type=Nurse) for nurses (follow the design from doctors listing where qualification is already there)
The text was updated successfully, but these errors were encountered: