-
Notifications
You must be signed in to change notification settings - Fork 423
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
fixes: Renaming patient categorisation #7811 #7820
fixes: Renaming patient categorisation #7811 #7820
Conversation
@Sulochan-khadka is attempting to deploy a commit to the Open Healthcare Network Team on Vercel. A member of the Team first needs to authorize it. |
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@rithviknishad could you review this? |
{ id: "Mild", text: "Mild", twClass: "patient-mild" }, | ||
{ id: "Moderate", text: "Moderate", twClass: "patient-moderate" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need not change the ID' and tailwind classess. You can just change the labels (text)
{ value: 3, text: "Moderate Flexion(decorticate)" }, | ||
{ value: 2, text: "Moderate Extension(decerebrate)" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this changed? Totally unrelated to patient category.
Mild: "MILD", | ||
Moderate: "MODERATE", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keys need not be changed. Just display text needs to be changed
@@ -24,7 +24,7 @@ export default function PatientCategorySelect( | |||
"h-2 w-2 rounded-full", | |||
{ | |||
Comfort: "bg-patient-comfort", | |||
Stable: "bg-patient-stable", | |||
Mild: "bg-patient-stable", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here too
👋 Hi, @Sulochan-khadka, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Closing as completed in 1554ef2 |
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist