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 brokers list page to mitigate pagination on overview #1077

Open
ivpanda opened this issue Feb 5, 2024 · 1 comment
Open

Create brokers list page to mitigate pagination on overview #1077

ivpanda opened this issue Feb 5, 2024 · 1 comment
Assignees

Comments

@ivpanda
Copy link

ivpanda commented Feb 5, 2024

Problem: we saw a problem with the 'broker details' box (see below) in the console overview wherein if there were more than ten results, the user could not see them. We've added a temporary hotfix (also seen below) where we paginate the broker details box if there are more than ten brokers.

image

In future, what we should do is something like the following:

Show five at most, prioritizing first by status (if there are errors, these should show up first), and then by size. The rest of the brokers are then on another list page. According to Martin, there are "rarely more than 12. never seen more than 30."

@jvorcak jvorcak self-assigned this Feb 5, 2024
@ivpanda
Copy link
Author

ivpanda commented Feb 7, 2024

Update: I need to design what this list page would look like, so this isn't ready to be picked up immediately. If someone wants to grab this, talk to me about a design.

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

No branches or pull requests

3 participants