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 Breadcrumb to Display Detailed Name Instead of ID #9197

Closed
rayyjeb opened this issue Nov 25, 2024 · 1 comment · Fixed by #9200
Closed

Fix Breadcrumb to Display Detailed Name Instead of ID #9197

rayyjeb opened this issue Nov 25, 2024 · 1 comment · Fixed by #9200
Assignees

Comments

@rayyjeb
Copy link
Contributor

rayyjeb commented Nov 25, 2024

Description:

Currently, the breadcrumb navigation is displaying the ID of the person when navigating through pages, instead of the person's actual name. This issue can lead to confusion for users, as it is not intuitive to see an ID in the breadcrumb, which is intended to show clear and meaningful context.

And there's also a bug in the models.tsx where the patient_name was defined as number while it has to be in string.

To Reproduce

ISSUE 1

  1. Go to 'Sample Test'
  2. Click on 'Any of the Patient's Name'
  3. On the top breadcrumbs can be seen with the ID

ISSUE 2

  1. Go to 'Shifting Details'
  2. Click on 'All Details'
  3. On the top breadcrumbs can be seen with the ID

Expected Behaviour:

The breadcrumb should display the person’s full name or relevant display name (e.g., "John Doe" instead of "12345"). This will enhance user experience by making the navigation more understandable and contextually relevant.

Screenshots

Image

  • OS: MACOS
  • Browser CHROME
  • Version 24
@rayyjeb
Copy link
Contributor Author

rayyjeb commented Nov 25, 2024

Could you please assign this to me?

@github-actions github-actions bot added needs-triage question Further information is requested labels Nov 25, 2024
@Jacobjeevan Jacobjeevan removed question Further information is requested needs-triage labels Nov 25, 2024
@Jacobjeevan Jacobjeevan added this to Care Nov 25, 2024
@github-project-automation github-project-automation bot moved this to Triage in Care Nov 25, 2024
@Jacobjeevan Jacobjeevan moved this from Triage to Review required in Care Nov 25, 2024
@github-project-automation github-project-automation bot moved this from Review required to Done in Care Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants