https://github.com/mozilla/are-we-triaged-yet
Triage stats for Nightly, Beta, and Release
https://github.com/mozilla/are-we-triaged-yet
bugzilla triage
Last synced: 7 months ago
JSON representation
Triage stats for Nightly, Beta, and Release
- Host: GitHub
- URL: https://github.com/mozilla/are-we-triaged-yet
- Owner: mozilla
- Archived: true
- Created: 2018-02-13T01:41:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T14:01:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T16:27:02.560Z (over 1 year ago)
- Topics: bugzilla, triage
- Language: JavaScript
- Homepage:
- Size: 208 KB
- Stars: 3
- Watchers: 14
- Forks: 9
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Are We Triaged Yet
Triage stats for Nightly and Beta. Deployed on https://are-we-triaged-yet.herokuapp.com/
Use `npm install` and `npm run start` to start and make a note of the URL returned in the console.
## Query string arguments
* **version**: numeric version of Firefox nightly or beta
* **report**: `untriaged`, `needinfo`, `affecting`, `fix_or_defer`
* **all**: by default, the top 10 components are listed in each section, adding `all` to the query string will list all components
Multiple reports can be specified as comma separated values, ie `?report=untriaged,needinfo&all`.