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

Bug: Patient Registration & Doctor Notes is not supporting multi-lines #9592

Closed
6 tasks
nihal467 opened this issue Dec 27, 2024 · 7 comments · Fixed by #9607 or #9609
Closed
6 tasks

Bug: Patient Registration & Doctor Notes is not supporting multi-lines #9592

nihal467 opened this issue Dec 27, 2024 · 7 comments · Fixed by #9607 or #9609
Assignees
Labels
P1 breaking issue or vital feature urgent

Comments

@nihal467
Copy link
Member

nihal467 commented Dec 27, 2024

Describe the bug

  • The patient registration form is not allowing users to enter multiple lines in the current address field.
  • The doctor notes field is not reflecting multiple lines when users type in the doctor notes text area.
  • the cards in patient details page for allow transfer and assign volunteer is broken

To Reproduce
Steps to reproduce the behavior:

  1. Go to the patient tab
  2. Click on Create patient
  3. Enter the address in multiple lines
  4. See error

Expected behavior

  • The patient registration form for the current address should allow multiple line entries.
  • The doctor notes field should display the text in multiple lines, as entered.
  • keep the card design consistent for allow transfer and assign volunteer

Screenshots

Image
Image

@nihal467 nihal467 added the P1 breaking issue or vital feature label Dec 27, 2024
Copy link

⚠️ Refrain from assigning this issue to yourself if you have another P1 issue assigned that is not yet closed.

@AdityaJ2305
Copy link
Contributor

Hey @nihal467 , I would like to solve this issue

@AdityaJ2305
Copy link
Contributor

@nihal467, I noticed it is working as you in the Current Address field, you can type multiple lines, as the cursor automatically moves to the next line when you reach the end of the input box.

@github-actions github-actions bot added needs-triage question Further information is requested labels Dec 27, 2024
@nihal467
Copy link
Member Author

@AdityaJ2305 we should allow user to break the line whenever they want

@AdityaJ2305
Copy link
Contributor

AdityaJ2305 commented Dec 27, 2024

Got it! I’ve fixed the PatientNoteCard issue. Now, I’ll proceed to resolve the it . 😊

Edit: Ready for review

@AdityaJ2305
Copy link
Contributor

The third issue has already been fixed in the January release branch. Since the same issue was opened multiple times, @Jacobjeevan opened it to prevent future occurrences of the same issue with Done tag (#9586).

@Sulochan-khadka
Copy link
Contributor

Is this still not merged? Let me know if i can raise a PR for this... @nihal467 @rithviknishad

@aravindm4 aravindm4 added this to Care Jan 2, 2025
@github-project-automation github-project-automation bot moved this to Triage in Care Jan 2, 2025
@aravindm4 aravindm4 moved this from Triage to Done in Care Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment