-
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
Removed required attribute from Respiratory Rate #6738
Removed required attribute from Respiratory Rate #6738
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. |
CC: @rithviknishad |
@nihal467 |
@konavivekramakrishna After merging your this PR, anyone can perform a standard log update by leaving all fields under 'vital' blank and simply submitting it. This is where the problem arises, as it results in a blank log update. Based on my recent conversation with Aparna, we don't anticipate any issues from the field, as mentioned above. @konavivekramakrishna, you don't need to make any changes; the PR is good to merge. CC : @rithviknishad |
labeled it as discussion for a final confirmation from @gigincg |
|
input field
WHAT
🤖[deprecated] Generated by Copilot at eed8215
Removed the
required
attribute from thespo2
field inDailyRounds.tsx
to allow users to skip it if they do not have a pulse oximeter. This fixes the issue #1729.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖[deprecated] Generated by Copilot at eed8215
required
attribute from thespo2
field in theTextField
component (link). This allows the user to leave the field blank if they do not have the spo2 data, as reported in issue added result filter in SampleTest #1729. The filesrc/Components/Patient/DailyRounds.tsx
contains this change.