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

Pagination changes #48

Open
frinzekt opened this issue Jan 23, 2021 · 2 comments
Open

Pagination changes #48

frinzekt opened this issue Jan 23, 2021 · 2 comments
Labels
client client related issue enhancement New feature or request

Comments

@frinzekt
Copy link
Member

Pagination is important for reducing network usage that are unnecessary. Currently I have set the default pagination to 20. However, do note that this will not be sustainable. Hence, it is very important to be able to handle pagination.

This could either be by using scroll load, or a page passed in the URL query parameters

@frinzekt frinzekt added enhancement New feature or request client client related issue labels Jan 23, 2021
@frinzekt
Copy link
Member Author

I've been thinking about this @uwasystemhealth/redbacks. To be honest, I dont think we will ever reach to 100+ entries, so I think we can postpone this issue, and just set the pagination to 100.

What do you think guys?

@frinzekt
Copy link
Member Author

It looks like we need a hotfix for this. In production, it is hard to see the number of current users in the system because of the 20 limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client client related issue enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant