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

Support Pagination of Results #62

Closed
fullerzz opened this issue Sep 14, 2024 · 2 comments · Fixed by #70
Closed

Support Pagination of Results #62

fullerzz opened this issue Sep 14, 2024 · 2 comments · Fixed by #70
Assignees
Labels
enhancement 🌟 New feature or request performance ⚡ Change the improves performance or scaling

Comments

@fullerzz
Copy link
Owner

As the number of uploaded files grows, it will be necessary to support pagination. The UI won't need all 100+ of a user's file if it's just trying to display the first page of the data table.

@fullerzz fullerzz added the enhancement 🌟 New feature or request label Sep 14, 2024
@fullerzz fullerzz self-assigned this Sep 14, 2024
@fullerzz
Copy link
Owner Author

Here's one way to accomplish pagination through a dependency: https://uriyyo-fastapi-pagination.netlify.app

@fullerzz
Copy link
Owner Author

Here's one way to accomplish pagination through a dependency: https://uriyyo-fastapi-pagination.netlify.app

It may be better just to implement something myself. I'd rather not add a dependency for this if I can learn to do it myself. Here's a guide from SQLModel's docs: https://sqlmodel.tiangolo.com/tutorial/fastapi/limit-and-offset.

@fullerzz fullerzz added the performance ⚡ Change the improves performance or scaling label Sep 14, 2024
@fullerzz fullerzz linked a pull request Sep 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🌟 New feature or request performance ⚡ Change the improves performance or scaling
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant