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

Noufalrahim/feat/added units to pressure sore #8715

Conversation

noufalrahim
Copy link
Contributor

Proposed Changes

@ohcnetwork/care-fe-code-reviewers

Merge Checklist

  • Add specs that demonstrate bug / test a new feature.
  • Update product documentation.
  • Ensure that UI text is kept in I18n files.
  • Prep screenshot or demo video for changelog entry, and attach it to issue.
  • Request for Peer Reviews
  • Completion of QA

@noufalrahim noufalrahim requested a review from a team as a code owner October 5, 2024 01:57
Copy link

netlify bot commented Oct 5, 2024

Deploy Preview for care-ohc ready!

Name Link
🔨 Latest commit 0d4bb04
🔍 Latest deploy log https://app.netlify.com/sites/care-ohc/deploys/67010ca74021f0000873ab4c
😎 Deploy Preview https://deploy-preview-8715--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.

Comment on lines 80 to 81
"width_label__cm": "Width (cm)",
"length_label__cm": "Length (cm)"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"width_label__cm": "Width (cm)",
"length_label__cm": "Length (cm)"
"width": "Width ({{ unit }})",
"length": "Length ({{ unit }})"

@@ -129,7 +132,7 @@ const RegionEditor = (props: RegionEditorProps) => {
<br />
<div className="grid grid-cols-2 gap-2">
<TextFormField
label="Width"
label={t("width_label__cm")}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
label={t("width_label__cm")}
label={t("width", { unit: "cm" })}

@@ -141,7 +144,7 @@ const RegionEditor = (props: RegionEditorProps) => {
onChange={(e) => update({ width: parseFloat(e.value) })}
/>
<TextFormField
label="Length"
label={t("length_label__cm")}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
label={t("length_label__cm")}
label={t("length", { unit: "cm" })}

@bodhish
Copy link
Member

bodhish commented Oct 7, 2024

@noufalrahim please add human firendly title and description for the PR. We also expect you to complete the #Merge Checklist

cc @rithviknishad

@github-actions github-actions bot added the merge conflict pull requests with merge conflict label Oct 8, 2024
Copy link

github-actions bot commented Oct 8, 2024

👋 Hi, @noufalrahim,
Conflicts have been detected against the base branch. Please rebase your branch against the base branch.


This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there.

@nihal467
Copy link
Member

nihal467 commented Oct 8, 2024

@noufalrahim can you push the changes requested by @bodhish

@noufalrahim noufalrahim deleted the noufalrahim/feat/added-units-to-pressure-sore branch October 10, 2024 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pressure sore : width and height units are missing
4 participants