-
Notifications
You must be signed in to change notification settings - Fork 540
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
Staging Patch: Fix setting time on datetime question causing duplicates #10370
Staging Patch: Fix setting time on datetime question causing duplicates #10370
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThis pull request makes two main changes. In the DateTimeQuestion component, the Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant D as DateTimeQuestion
participant CB as updateQuestionnaireResponseCB
U->>D: Trigger Time Change Event
D->>CB: Invoke update with new date/time (no previous values)
Suggested Reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for care-ohc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Deploying care-fe with
|
Latest commit: |
b132ee7
|
Status: | ✅ Deploy successful! |
Preview URL: | https://6d297004.care-fe.pages.dev |
Branch Preview URL: | https://rithviknishad-staging-patch.care-fe.pages.dev |
CARE
|
Project |
CARE
|
Branch Review |
rithviknishad/staging-patch/datetime-question-causing-duplicates
|
Run status |
|
Run duration | 05m 59s |
Commit |
|
Committer | Rithvik Nishad |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
10
|
View all changes introduced in this branch ↗︎ |
LGTM |
@rithviknishad 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! 🙌 |
* Fix Content-type header in Scribe.tsx (#7631) (#7634) Co-authored-by: Ashesh <3626859+Ashesh3@users.noreply.github.com> * Merge develop to staging v24.16.0 (#7667) * flaky test (#7657) * Fix round type display and qr field (#7666) * Revert "Merge develop to staging v24.16.0 (#7667)" (#7669) This reverts commit a91230a. * Fixes neurological tab from crashing in older browsers (patch to `staging`) * Sainak/fix/pdf-worker-mime-type (#8513) * Fixes file upload missing pagination component * Plausible: Track applied filters (#8641) * disable abha number linking when health facility id is not present * Revert "disable abha number linking when health facility id is not present" This reverts commit 63a28a5. * include icons used in enabled apps while treeshaking the icons * Fix min date for discharge (#9082) * replicated the PR 9139 * User creation form bug fix (#9406) * fixed critical care update redirection * expose env variables to plugins via window * Staging Patch: Fix setting time on datetime question causing duplicates (#10370) * remove hardcoded date encounter notes (#10382) * added PatientDetailsTabDemographyGeneralInfo plaggable (#10417) * Staging Patch: Remove appointment type section from patient details page (#10432) --------- Co-authored-by: Gigin George <mail.gigin@gmail.com> Co-authored-by: Mohammed Nihal <57055998+nihal467@users.noreply.github.com> Co-authored-by: Ashesh <3626859+Ashesh3@users.noreply.github.com> Co-authored-by: Khavin Shankar <khavinshankar@gmail.com> Co-authored-by: Vignesh Hari <vichuhari100@gmail.com> Co-authored-by: Aakash Singh <mail@singhaakash.dev> Co-authored-by: Shivank Kacker <kacker.shivank@gmail.com> Co-authored-by: Jacob John Jeevan <40040905+Jacobjeevan@users.noreply.github.com>
Staging Patch of: #10369
Summary by CodeRabbit
Bug Fixes
Documentation