-
Notifications
You must be signed in to change notification settings - Fork 426
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
Unable to View all Patient records in Shifting Module #8037
Comments
@aparnacoronasafe can you check and suggest the way of approach should be + mock UI for this issue |
bug: unable to view all patients in the list. A list in Kanban might say "45" on top, but when you scroll down only 18 or so patients are listed. Show all 45 patients in list |
@khavinshankar currently, we are adding a temporary fix where users can click on load more button, to load more cards (14 more cards on each click ). We need to implement infinite scroll in the system. |
|
Infinite scrolling would need an additional hook (useInfiniteQuery) which is similar to tanstack query, this will be picked up once we decide to go ahead with tanstack query refactor. |
In Shifting Module currently we don't provision in the interface to view all patients and Patient records.
If the Number of 'Completed' is 350 there are no ways to view all 350 patients. This is throughout all the Shifting Statuses'.
Please find below reference for detailed Understanding
Uploading Shifting Module (1).mp4…
The text was updated successfully, but these errors were encountered: