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

[ENHANCEMENT]UI Project Page Pagination #4398

Open
sideef5ect opened this issue Aug 27, 2024 · 3 comments
Open

[ENHANCEMENT]UI Project Page Pagination #4398

sideef5ect opened this issue Aug 27, 2024 · 3 comments
Labels
c/ui enhancement New feature or request stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed

Comments

@sideef5ect
Copy link

Is your feature request related to a problem? Please describe.
Yes, the current UI for displaying projects in Phoenix becomes problematic when there are too many projects. Specifically, when scrolling down to look for more projects, the order of the projects refreshes, making the home project page difficult to use and navigate.

Describe the solution you'd like
I would like to propose implementing a pagination mechanism for the project page. This would allow users to navigate through projects page by page, making it easier to find specific projects without the list refreshing and changing order unexpectedly.

Describe alternatives you've considered

  1. Infinite Scrolling with Stable Order: Instead of pagination, we could implement infinite scrolling but ensure that the order of projects remains stable and does not refresh as more projects are loaded.
  2. Search and Filter Options: Enhance the search and filter functionalities to allow users to quickly find projects based on specific criteria, reducing the need to scroll through long lists.
  3. Collapsible Sections: Group projects into collapsible sections based on categories or tags, allowing users to expand and collapse sections as needed.

Additional context
We have hundreds of projects now.
image

@axiomofjoy
Copy link
Contributor

Thanks @sideef5ect. I've broken out another ticket for the bug you've mentioned: #4399

We actually use pagination on the project page, but I believe there is an issue with our automatic refresh.

@axiomofjoy
Copy link
Contributor

@sideef5ect As of arize-phoenix 4.31.0, we added a project auto-refresh toggle. You should be able to disable the toggle so you can scroll to the last of your projects.

Copy link

dosubot bot commented Dec 27, 2024

Hi, @sideef5ect. I'm Dosu, and I'm helping the Arize Phoenix team manage their backlog. I'm marking this issue as stale.

Issue Summary:

Next Steps:

  • Please confirm if this issue is still relevant to the latest version of the Arize Phoenix repository. If so, you can keep the discussion open by commenting here.
  • Otherwise, this issue will be automatically closed in 7 days.

Thank you for your understanding and contribution!

@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/ui enhancement New feature or request stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
Projects
Status: 📘 Todo
Development

No branches or pull requests

3 participants
@axiomofjoy @sideef5ect and others