-
Notifications
You must be signed in to change notification settings - Fork 543
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
Added a pluggable to show abha details #10417
Added a pluggable to show abha details #10417
Conversation
WalkthroughThe pull request makes several UI and functional adjustments across components. In the Facility consultation details, observation value formatting is improved by using an exported Changes
Sequence Diagram(s)sequenceDiagram
participant ObservationsList
participant formatValue
ObservationsList->>formatValue: Call formatValue(rawValue, valueType)
formatValue-->>ObservationsList: Return formattedValue
sequenceDiagram
participant EncounterNotesTab
participant dateFns
EncounterNotesTab->>dateFns: Call formatRelative(messageDate)
dateFns-->>EncounterNotesTab: Return formattedRelativeDate
EncounterNotesTab->>User: Display message with dynamic date
Assessment against linked issues
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Tip 🌐 Web search-backed reviews and chat
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (9)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (10)
✨ Finishing Touches
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. |
Closing this infavor of #10418 |
CARE
|
Project |
CARE
|
Branch Review |
khavinshankar/fix/added-pluggable-to-show-abha-details
|
Run status |
|
Run duration | 06m 05s |
Commit |
|
Committer | Khavin Shankar |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
10
|
View all changes introduced in this branch ↗︎ |
@khavinshankar 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Mohammed Nihal <[email protected]> Co-authored-by: Ashesh <[email protected]> Co-authored-by: Khavin Shankar <[email protected]> Co-authored-by: Vignesh Hari <[email protected]> Co-authored-by: Aakash Singh <[email protected]> Co-authored-by: Shivank Kacker <[email protected]> Co-authored-by: Jacob John Jeevan <[email protected]>
Proposed Changes
Summary by CodeRabbit
New Features
Refactor