-
Notifications
You must be signed in to change notification settings - Fork 486
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
Daily Rounds: Updated consciousness levels choices to MEWS #6435
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
6 tasks
in the neurological monitor reflection tab, the existing data as well the new data, is not showing the new labelling |
rithviknishad
added
Backend
needs testing
and removed
test failed
waiting for backend
labels
Oct 18, 2023
@nihal467 i've fixed the above mentioned issues, could you check again? |
rithviknishad
changed the title
fixed: aligning consciousness scale to MEWS
Daily Rounds: Updated consciousness levels choices to MEWS
Oct 18, 2023
LGTM |
rithviknishad
approved these changes
Oct 18, 2023
khavinshankar
approved these changes
Oct 18, 2023
Ashesh3
pushed a commit
that referenced
this pull request
Oct 20, 2023
* fix(daily_round): aligned consciousness scale to mews * fix(daily_round): removed optional description * fix NeurologicalTables * fix line break --------- Co-authored-by: rithviknishad <[email protected]>
Ashesh3
pushed a commit
that referenced
this pull request
Oct 23, 2023
* fix(daily_round): aligned consciousness scale to mews * fix(daily_round): removed optional description * fix NeurologicalTables * fix line break --------- Co-authored-by: rithviknishad <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug Fix
WHAT
🤖 Generated by Copilot at b0f180b
This pull request refactors and enhances the
CriticalCare__NeurologicalMonitoring
component and its related type. It simplifies the state management, improves the UI layout, and uses more precise and consistent values for theconsciousnessLevel
field.Required Backends
CANNOT BE ASSESSED
toUNKNOWN
care#1670Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at b0f180b
consciousnessLevel
variant to reflect the new options for the neurological monitoring input (link, link, link, link)SetConsciousnessLevel
,SetLeftPupilSizeDetails
,SetLeftPupilLightReaction
,SetLeftPupilLightReactionDetails
,SetRightPupilSizeDetails
,SetRightPupilLightReaction
,SetRightPupilLightReactionDetails
,SetLimbResponseUpperExtremityRight
,SetLimbResponseUpperExtremityLeft
,SetLimbResponseLowerExtremityRight
, andSetLimbResponseLowerExtremityLeft
actions by removing redundant assignments of the same variable name to the same value (link, link, link, link)consciousnessLevel
input in theCriticalCare__NeurologicalMonitoringEditor.res
file by using a grid instead of a flexbox, to make it more responsive and consistent across different screen sizes and devices (link)CriticalCare__Description
component for theconsciousnessLevel
reaction description in theCriticalCare__NeurologicalMonitoringEditor.res
file, as it is no longer needed due to the more descriptive and specific options for theconsciousnessLevel
input (link)