matrix-org / matrix-org/trafficlight

Show status icon for tests rather than table with 1s and 0s

Open
#62 1 comment 0 reactions 0 assignees View on GitHub

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

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.