Skip to content
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

Fix: Ensure consistent use of "Log Update" terminology in patient dashboard (#7350) #8712

Closed
wants to merge 1 commit into from
Closed

Fix: Ensure consistent use of "Log Update" terminology in patient dashboard (#7350) #8712

wants to merge 1 commit into from

Conversation

syedfardeenjeelani
Copy link
Contributor

Proposed Changes

@ohcnetwork/care-fe-code-reviewers

@syedfardeenjeelani syedfardeenjeelani requested a review from a team as a code owner October 4, 2024 17:46
Copy link

netlify bot commented Oct 4, 2024

Deploy Preview for care-ohc ready!

Name Link
🔨 Latest commit 3677b46
🔍 Latest deploy log https://app.netlify.com/sites/care-ohc/deploys/670029dd06886c000868016a
😎 Deploy Preview https://deploy-preview-8712--care-ohc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -197,7 +197,7 @@ export const ConsultationCard = (props: ConsultationProps) => {
setOpen(true);
} else {
navigate(
`/facility/${itemData.facility}/patient/${itemData.patient}/consultation/${itemData.id}/daily-rounds`,
`/facility/${itemData.facility}/patient/${itemData.patient}/consultation/${itemData.id}/Log Update`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this right?

Comment on lines +55 to +56
? `${consultationUrl}/Log Update/${round.id}`
: `${consultationUrl}/Log Update/${round.id}`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here

Comment on lines +77 to +78
? `${consultationUrl}/Log Update/${round.id}/update`
: `${consultationUrl}/Log Update/${round.id}/update`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here too; check all places too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes required invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Log Update"- consistency in terminology
2 participants