redpanda-data / redpanda-data/console

Create brokers list page to mitigate pagination on overview

Open
#1,077 1 comment 0 reactions 1 assignee View on GitHub

@jvorcak is already working on this.

Since Feb 5, 2024.

frontend ui/ux
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.

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."

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.