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

Create a dynamic paginated artifactsByProject React widget #2079

Open
ryscheng opened this issue Sep 5, 2024 · 0 comments
Open

Create a dynamic paginated artifactsByProject React widget #2079

ryscheng opened this issue Sep 5, 2024 · 0 comments

Comments

@ryscheng
Copy link
Member

ryscheng commented Sep 5, 2024

What is it?

Right now we get all artifacts (could be many thousands), and pass it in as a prop into an antd table. This query times out for large projects.

In the future, we should implement pagination into the GraphQL fetcher so that the table handles pages properly and we can expose an arbitrarily large list properly.
At that point, would be nice to add filtering as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant