redpanda-data / redpanda-data/console
Ordering by partitions doesn't work.
Open
Nobody has claimed this yet.
bug
frontend
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
In the topic list section, order by partitions doesn't work, whereas ordering by other columns (name, cleanupPolicy, size) works correctly.
As in the below screenshot, the list should've been ordered by partitions descending, but it wasn't.
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.
Research direction
No file or test is named. Reproduce the problem in the topic list by selecting partition ordering, then trace the topic-list sorting entry point and compare it with the working name, cleanupPolicy, and size ordering. Done means the list is ordered correctly by partitions, including descending order.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100