You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Go to 'Sample Test'
Click on 'Any of the Patient's Name'
On the top breadcrumbs can be seen with the ID
ISSUE 2
Go to 'Shifting Details'
Click on 'All Details'
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
OS: MACOS
Browser CHROME
Version 24
The text was updated successfully, but these errors were encountered:
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
ISSUE 2
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
The text was updated successfully, but these errors were encountered: