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

Improving Tabs in patient dashboard #7289

Open
aparnacoronasafe opened this issue Feb 27, 2024 · 13 comments
Open

Improving Tabs in patient dashboard #7289

aparnacoronasafe opened this issue Feb 27, 2024 · 13 comments
Labels

Comments

@aparnacoronasafe
Copy link
Member

Is your feature request related to a problem? Please describe.
The patient dashboard (https://care.coronasafe.in/facility/0c95c7f0-e1d2-4aff-83fa-933cef60d3a8/patient/7e8fc20f-02da-47f7-8c33-f2d8c7e52dd8/consultation/cb44a173-6fe2-452f-b2d1-6c6e2695411e) has multiple tabs into which clinical data is arranged.

For many patients, most of these tabs have no data. So the viewer still has to go through each tab to see which one has data and which does not.

Hiding the tabs is not a good move, since showing empty tabs encourages doctors to enforce entry of more data into CARE.

Describe the solution you'd like
Show the tabs with no data as faded. Viewer should be able to differentiate between tabs with or without data without opening each tab.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@aparnacoronasafe aparnacoronasafe added the good first issue Good for newcomers label Feb 27, 2024
@github-project-automation github-project-automation bot moved this to Triage in Care Feb 27, 2024
@SinghYuvraj0506
Copy link
Contributor

Hi @aparnacoronasafe , i have a suggestion regarding the issue, you idea of fading the tabs with no patients is good but how would the user come to know about this feature until informed, instead the tabs already show occupancy and if there are no patients then occupancy is by default zero and hence I think we can give all these 0 occupancy tags a separate color or add certain fields in filters tags.

@SinghYuvraj0506
Copy link
Contributor

Or we can mark a new tag on the tabs

@pankaj87072
Copy link

@sainak
Copy link
Member

sainak commented Feb 28, 2024

@SinghYuvraj0506 @pankaj87072
the requirement is to indicate the user that tabs like investigations/abg/nursing dont have any data
image

cc: @aparnacoronasafe

@SinghYuvraj0506
Copy link
Contributor

SinghYuvraj0506 commented Feb 28, 2024

@sainak thanks for helping, I got your point. I am currently facing an issue in solving this issue, if we want to differentiate between the tabs on the basis of data if they contain or not, then we may have to fetch all their corresponding data at once when the page loads, because the tabs are requesting for data when they are active.

Can you tell me is it the way to solve the issue or there is some other method too for it?

@saloni0419
Copy link
Contributor

@aparnacoronasafe , Can you please assign me this issue?

1 similar comment
@yashmangal112
Copy link

@aparnacoronasafe , Can you please assign me this issue?

@r-nikhilkumar
Copy link
Contributor

@aparnacoronasafe can you please assign this issue to me?

1 similar comment
@Shahbaz898414
Copy link

@aparnacoronasafe can you please assign this issue to me?

@Shahbaz898414
Copy link

Hi @aparnacoronasafe I'd like to take on this issue

@rithviknishad
Copy link
Member

rithviknishad commented Mar 11, 2024

@aparnacoronasafe This would require fetching data of all tabs when loading the consultation dashboard at once to determine whether the tab has data or not (as mentioned in #7289 (comment)). A lot of network bandwidth would be required to facilitate this, especially for a page that is frequently used it could make this page slower.

@rithviknishad rithviknishad moved this from Triage to Backlog in Care Mar 11, 2024
@aparnacoronasafe
Copy link
Member Author

@gigincg can you suggest a way out?

@gigincg
Copy link
Member

gigincg commented Mar 11, 2024

@aparnacoronasafe If doctors have an understanding of what all data are relavant to a certain type of patient, they might be able to skip certain tabs.

If based on any parameters from a consultation (Diagnosis or Decision after Consultation for eg.) some tabs can be hidden, we can do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

10 participants