matrix-org / matrix-org/trafficlight
Show status icon for tests rather than table with 1s and 0s
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Show a status icon for test suites in the UI rather than a table with _Waiting | Running | Success | Fail | Err_
You could use emojis to make it easy:
waiting :hourglass:
running: :runner:
success: ✅
failure: ❌
error: 🛑
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 by locating the UI code that renders test-suite statuses and inspect how the current Waiting, Running, Success, Fail, and Err values are displayed. Done means replacing that table presentation with distinct status icons for all five states and confirming the UI still distinguishes them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100