Confirmed users
620
edits
Ethantseng (talk | contribs) (Add status field to the dashboard.) |
Ethantseng (talk | contribs) (Update the dashboard.) |
||
Line 7: | Line 7: | ||
== Bug Tracking == | == Bug Tracking == | ||
All fingerprinting bugs are being tracked under the meta bug: <br> | All fingerprinting bugs are being tracked under the meta bug: <br> | ||
Bug 1329996 - [META] Support anti-fingerprinting protection | {{Bug|1329996}} - [META] Support anti-fingerprinting protection | ||
<br> | |||
'''Priority Definition''' | '''Priority Definition''' | ||
Line 15: | Line 16: | ||
'''Whiteboard Definition''' | '''Whiteboard Definition''' | ||
* [fingerprinting]: | * [fingerprinting]: Indicate this is a fingerprinting bug | ||
* [fp:m1]: Target milestone is M1 (2017-06-12 Firefox 56) | * [fp:m1]: Target milestone is M1 (2017-06-12 Firefox 56) | ||
* [fp:m2]: Target milestone is M2 (2017-08-07 Firefox 57) | * [fp:m2]: Target milestone is M2 (2017-08-07 Firefox 57) | ||
* [fp:m3]: Target milestone is M3 (2017-09-25 Firefox 58) | * [fp:m3]: Target milestone is M3 (2017-09-25 Firefox 58) | ||
== Dashboard == | |||
== M1 Bugs List (2017-06-12 Firefox 56) | === MVP: M1 Bugs List (2017-06-12 Firefox 56) === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
Line 28: | Line 29: | ||
"priority":["P1"], | "priority":["P1"], | ||
"whiteboard":["fp:m1"], | "whiteboard":["fp:m1"], | ||
"include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard" | "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard", | ||
"order": "status, assigned_to" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
== M2 Bugs List (2017-08-07 Firefox 57) | === MVP: M2 Bugs List (2017-08-07 Firefox 57) === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
Line 39: | Line 41: | ||
"priority":["P1"], | "priority":["P1"], | ||
"whiteboard":["fp:m2"], | "whiteboard":["fp:m2"], | ||
"include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard" | "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard", | ||
"order": "status, assigned_to" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
== M3 Bugs List (2017-09-25 Firefox 58) | === MVP: M3 Bugs List (2017-09-25 Firefox 58) === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
Line 50: | Line 53: | ||
"priority":["P1"], | "priority":["P1"], | ||
"whiteboard":["fp:m3"], | "whiteboard":["fp:m3"], | ||
"include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard" | "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard", | ||
"order": "status, assigned_to" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
== | === Fingerprinting P2 Bugs List === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"blocks":"1329996", | "blocks":"1329996", | ||
"status":["NEW", "ASSIGNED", "REOPENED"], | "status":["NEW", "ASSIGNED", "REOPENED", "RESOLVED", "VERIFIED"], | ||
"priority":["P2"], | "priority":["P2"], | ||
"include_fields": "id, summary, product, component, assigned_to, depends_on, whiteboard" | "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard", | ||
"order": "status, assigned_to" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
== | === Fingerprinting P3-P5 Bugs List === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"blocks":"1329996", | "blocks":"1329996", | ||
"status":["NEW", "ASSIGNED", "REOPENED"], | "status":["NEW", "ASSIGNED", "REOPENED", "RESOLVED", "VERIFIED"], | ||
"priority":["P3", "P4", "P5", "--"], | "priority":["P3", "P4", "P5", "--"], | ||
"include_fields": "id, summary, priority, product, component, assigned_to, depends_on, whiteboard" | "include_fields": "id, summary, status, priority, product, component, assigned_to, depends_on, whiteboard", | ||
"order": "status, assigned_to" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
== Resolved Bugs == | === Fingerprinting Resolved Bugs === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"blocks":"1329996", | "blocks":"1329996", | ||
"status":["RESOLVED"], | "status":["RESOLVED", "VERIFIED"], | ||
"include_fields": "id, summary, priority, product, component, assigned_to, depends_on, whiteboard" | "include_fields": "id, summary, priority, product, component, assigned_to, depends_on, whiteboard", | ||
"order": "assigned_to" | |||
} | } | ||
</bugzilla> | </bugzilla> |