1,107
edits
Line 11: | Line 11: | ||
* the crash id | * the crash id | ||
* the crash signature (source: Socorro) | * the crash signature (source: Socorro) | ||
* associated bugzilla ids (source: Socorro) and status of these bugs (source: Bugzilla or Socorro) | * associated bugzilla ids (source: Socorro) and status of these bugs (source: Bugzilla or Socorro). | ||
* if | * If a bug is resolved fixed, show the version it was fixed in. | ||
* if a crash is associated with a plugin, link to plugincheck (source: Socorro) | |||
* If a canonical SUMO article exists, a link to that article, otherwise a link to SUMO search for that signature (as is currently done in Socorro) | * If a canonical SUMO article exists, a link to that article, otherwise a link to SUMO search for that signature (as is currently done in Socorro) | ||
Line 25: | Line 26: | ||
* Search for a canonical SUMO article where one previously didn't exist | * Search for a canonical SUMO article where one previously didn't exist | ||
In order to minimize load on Socorro and SUMO, we | In order to minimize load on Socorro and SUMO, we will be default only show an expanded view for the most recent crash. Users may individually expand other crashes (something like "check crash status" on each previous crash). | ||
Question: | |||
* Should we show both hangs and crashes? Users may load the page and see nothing but hangs. Does it make more sense to (perhaps by default) just show crashes? | |||
== Changes to SUMO == | == Changes to SUMO == | ||
* Add a webservice call that, given a signature and locale, searches for relevant content on SUMO and returns a URI. | |||
* Add a webservice call that searches for | * The web service should work as follows: | ||
* | **# If a canonical article exists for crash_signature (top search result), link directly to it, and display the title of the article | ||
**# Else if search results exist for crash_signature, show search results | |||
**# If canonical article exists for crash_signature, link directly to it | **# Else link directly to a single generic crash article | ||
**# Else | |||
**# Else | |||
== Changes to Socorro == | == Changes to Socorro == |
edits