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
For the pagination part, the rationale was as the number of patients increases, the time to fetch the full list increases and was one of the main problems during the previous trip. The internet connection there is not ideal so pagination was one of the proposed solution. It was implemented for the frontend side but not the backend yet so it still queries the full list. Open to any better solutions.
Issue: Pagination Issues
Fix:
can sort the patients by latest visit, so whoever is handling consultations can easily find every new patient that walks in
The text was updated successfully, but these errors were encountered: