Closed
Bug 1020348
Opened 10 years ago
Closed 10 years ago
Prototype a signature-based report on top of supersearch
Categories
(Socorro :: General, task, P1)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
95
People
(Reporter: adrian, Assigned: adrian)
References
Details
Our current signature-based report (called report/list/) has become a mess, both in terms of UX and of code quality. It also implies a lot of middleware services.
If we were to build a new report from scratch, we could use the supersearch middleware service (with some modifications) to do almost everything that report/list/ does.
The goal here is to build such a report, with at least those features:
* a list of all crashes with a given signature
* a list of all comments associated with those crashes
* a way to list the different values of a specific field and the number of each occurence (for example: platforms, build ids, versions... )
Assignee | ||
Updated•10 years ago
|
Priority: -- → P1
Updated•10 years ago
|
Target Milestone: --- → 92
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/c34d251d5368adacfeeb6342e7e8c674f96182e1
Bug 1020348 - Added a tab to show aggregations on the signature report page. r=peterbe
Updated•10 years ago
|
Target Milestone: 92 → 93
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/85990f765b7a64e5597754db15bf5deca62cd8ce
Bug 1020348 - Added a tab to signature report that lists all user comments.
https://github.com/mozilla/socorro/commit/641b20ba691bc0853fd3fc162b1efc3891f5eb8e
Merge pull request #2172 from AdrianGaudebert/1020348-comments-tab
Bug 1020348 - Added a tab to signature report that lists all user comments.
Updated•10 years ago
|
Target Milestone: 93 → 95
You need to log in
before you can comment on or make changes to this bug.
Description
•