smartcontractkit / smartcontractkit/chainlink
[FEAT] Predictable ordering of nodes tab
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 8.2k
- Forks
- 2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 202
Description
Description
Change the "Nodes" tab so that the order of nodes is predictable. By chain ID would be an obvious choice.
Motivation
The ordering changes with every load of the page. This makes it not just difficult but nigh impossible to see node status when there are more than 100 nodes, which is now the case for CCIP. For example, I have to flip back and forth between pages 1 and 2 until, maybe, by pure chance, my sei nodes become visible. They may be on page 1 or 2, and where they are changes with every render.
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
Start at the implementation of the Nodes tab and its pagination or rendering path; inspect how node records are currently ordered. Establish a stable ordering, such as by chain ID, and verify that repeated page loads keep nodes on consistent pages.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100