-
Notifications
You must be signed in to change notification settings - Fork 425
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
Adds user type: Nurse and Nurse (readonly) #6464
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Passing run #1864 ↗︎
Details:
Review all test suite changes for PR #6464 ↗︎ |
LGTM |
👋 Hi, @rithviknishad, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
@aeswibon clear the merge conflict |
1 similar comment
@aeswibon clear the merge conflict |
LGTM , checked through tunnel provided by aakash |
@rithviknishad We truly appreciate your efforts. Thank you for taking the time to contribute; this is a very valuable contribution to us 🥇. We always welcome your contribution 🙂, so feel free to contribute to anything anytime, and never lose that spirit of innovation 🙌. |
WHAT
🤖 Generated by Copilot at ba07f48
Added Nurse role and updated user-related components and README. This pull request introduces a new user role
Nurse
and a read-only variantNurseReadOnly
to the application. It also updates the user-related components and functions insrc/Common/constants.tsx
andsrc/Components/Users/UserAdd.tsx
to use the new roles. Additionally, it changes the staffdev user role and the staff option in the video consultation component to Nurse inREADME.md
andsrc/Components/Facility/DoctorVideoSlideover.tsx
respectively.Required Backends
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at ba07f48
src/Common/constants.tsx
file (link)