An open API service indexing awesome lists of open source software.

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

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`.