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

Prototype: Client pagination, searching sorting and filtering #2489

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

benjaminleonard
Copy link
Contributor

This is not a production PR, but a sandbox to test out client-side pagination and filtering.

My recommendation would be that we work towards this incrementally. We can start with the client-side query, pagination and sorting – and follow up with the searching and filtering.

To address with client-side pagination initially:

  1. Optimising response time querying all the resources upfront
    a. Perhaps preloading the first page and getting the rest async
    b. Gzip on the dropshot response body (Gzip response bodies dropshot#221)
  2. Handling situations where there's a number of resources greater than the query page size
  3. Does this work effectively when polling (e.g. when an instance is in a transitional state)

Example:
output

Copy link

vercel bot commented Oct 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Oct 7, 2024 10:39am

@david-crespo david-crespo marked this pull request as draft October 9, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant