Sort balance view by balances
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
When looking at a large group, I'm usually interested in the people who have the lowest and highest balances. People with a balance of zero are of no interest.
We could add options to either
- hide accounts who have a balance of zero
- change the ordering such that they are on the bottom
We should also order the accounts in a smart way, e.g. by ascending balance, or by descending abs(balance).
Contributor guide
No contributing guide indexed for this repository
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 by locating the balance view and reviewing how accounts are currently ordered. Resolve whether zero-balance accounts should be hidden or moved to the bottom, and define the intended ascending or absolute-balance ordering. Done means the view presents accounts in the agreed order and handles zero balances as specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100