-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add pagination to lists #8
Comments
True. We need pagination that doesn't requires javascript. Scrolling pagination may be optional and I'd rather leave it for later. Since there are other visualisations that also need pagination, I wonder how to best make a generic function for that in views. |
Pagination could possibly be done at the storage level, as otherwise all list queries would result in the whole collections being passed around. In this scenario, we could define a standard set of query parameters (e.g. |
Sounds great. Other use cases of pagination: search results and participants lists. |
Currently transactions (either user-specific or system-wide), participants and tags are listed without any pagination, which is not suitable for a production deployment.
The text was updated successfully, but these errors were encountered: