-
Notifications
You must be signed in to change notification settings - Fork 483
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
Fixing: Switch Blood Pressure and temperature dropdown to use TextFormField with type="number" instead of a dropdown #8644 #8728
Conversation
✅ Deploy Preview for care-ohc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…lds-to-textformfield-with-type-number
…formfield-with-type-number
@AdityaJ2305 the cypress is failing in your PR , fix that as well |
…-type-number' of https://github.com/AdityaJ2305/care_fe into issues/8644/switch-bp-temp-fields-to-textformfield-with-type-number
…formfield-with-type-number
Hi @nihal467, All tests passed after my “cypress fail fix” commit. However, after merging the latest develop branch, the test for adding, duplicating, and deleting a bed is now failing. |
…formfield-with-type-number
Thank you for the feedback! I will proceed with the suggested changes. Just a quick clarification on the second checkpoint (Celsius to Fahrenheit): I’ve set it so that if the user selects C, they can only enter temperatures within the range specific to Celsius (35 to 41.1°C). Could you please elaborate on this requirement? |
@AdityaJ2305 in the current staging version, if a user types 96.5 F, and when he/she clicks on the unit icon, this 96.5 F will automatically gets converted to the respective C value. This behavior occurs vice-versa |
Thank you for clarifying! I’ll proceed with the changes accordingly. |
…formfield-with-type-number
…-type-number' of https://github.com/AdityaJ2305/care_fe into issues/8644/switch-bp-temp-fields-to-textformfield-with-type-number
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.
mostly lgtm, just a minor type safety improvement
…formfield-with-type-number
@Nihal checks are failing after merging develop branch |
…-type-number' of https://github.com/AdityaJ2305/care_fe into issues/8644/switch-bp-temp-fields-to-textformfield-with-type-number
…formfield-with-type-number
…-type-number' of https://github.com/AdityaJ2305/care_fe into issues/8644/switch-bp-temp-fields-to-textformfield-with-type-number
…formfield-with-type-number
LGTM |
@AdityaJ2305 Your efforts have helped advance digital healthcare and TeleICU systems. 🚀 Thank you for taking the time out to make CARE better. We hope you continue to innovate and contribute; your impact is immense! 🙌 |
Proposed Changes
Status
Reviewers
@ohcnetwork/care-fe-code-reviewers
@rithviknishad
@nihal467
Screenshots
Screen-Recording
Screen.Recording.2024-10-08.at.2.45.35.PM.1.mp4
Merge Checklist