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

Allow pagination for management search results (users, plans, orgs, templates) #180

Open
bofstein opened this issue Jan 27, 2025 · 1 comment

Comments

@bofstein
Copy link
Collaborator

Many of the tables we'll create for admin management can have tens or even hundreds of thousands of results, like a super admin looking at a table of all users. We need to set up the backend to do pagination so we're not pulling all of those at once.

@bofstein
Copy link
Collaborator Author

bofstein commented Jan 27, 2025

  • Will try to guide people to search and not bring up all users at once, but since a search could bring up over 100k we do want pagination
  • Will need some coordination with FE to make sure the right information is passed in query

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

No branches or pull requests

1 participant