redpanda-data / redpanda-data/console
Create brokers list page to mitigate pagination on overview
@jvorcak is already working on this.
Since Feb 5, 2024.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
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.
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."
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.