Confirmed users, Bureaucrats and Sysops emeriti
969
edits
(Add burndown chart) |
(Archive 87, 88, 89) |
||
(29 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
* Add <code>[print2020_v{XX}]</code> to add a bug to the list of printing bugs targeted at a specific Firefox version (e.g. <code>[print2020_v80]</code> for version 80) | * Add <code>[print2020_v{XX}]</code> to add a bug to the list of printing bugs targeted at a specific Firefox version (e.g. <code>[print2020_v80]</code> for version 80) | ||
= | = Charts = | ||
* '''[https://cpeterso.github.io/burndown/?status_whiteboard=%5Bprint2020_v&since=2020-07-01 View burndown chart]''' for all work since project inception. | |||
= Current and Upcoming Work By Release = | |||
== Firefox 90 == | |||
Start: 2021-04-18; '''freeze: 2021-05-27'''; merge to beta: 2021-05-31; release: 2021-06-29 | |||
'''[https://gecko.layout.team/?title=Printing+Refresh%3A+Firefox+90+Sprint&name=Not+Started&query=NEW+whiteboard%3A%5Bprint2020_v90%5D&name=In+Progress&query=status%3AASSIGNED+whiteboard%3A%5Bprint2020_v90%5D&name=Fixed&query=resolution%3AFIXED+milestone%3A90+whiteboard%3A%5Bprint2020_v90%5D View as kanban board.]''' | |||
=== Frontend === | |||
<bugzilla> | |||
{ | |||
"f2": "status_whiteboard", | |||
"o2": "anywordssubstr", | |||
"v2": "[print2020_v90]", | |||
"product": ["Firefox", "Toolkit"], | |||
"include_fields": "id, summary, assigned_to, status, resolution, priority, severity", | |||
"order": "status, resolution, priority, assigned_to, id" | |||
} | |||
</bugzilla> | |||
=== Platform === | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"f2": "status_whiteboard", | "f2": "status_whiteboard", | ||
"o2": "anywordssubstr", | "o2": "anywordssubstr", | ||
"v2": "[ | "v2": "[print2020_v90]", | ||
"product": ["Core | "product": ["Core"], | ||
"include_fields": "id, summary, assigned_to, status, resolution", | "include_fields": "id, summary, assigned_to, status, resolution, priority, severity", | ||
"order": "resolution, assigned_to, id" | "order": "status, resolution, priority, assigned_to, id" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
== Firefox | == Firefox 91 == | ||
Start: | |||
Start: 2021-05-31; '''freeze: 2021-06-24'''; merge to beta: 2021-06-28; release: 2021-07-27 | |||
'''[https://gecko.layout.team/?title=Printing+Refresh%3A+Firefox+91+Sprint&name=Not+Started&query=NEW+whiteboard%3A%5Bprint2020_v91%5D&name=In+Progress&query=status%3AASSIGNED+whiteboard%3A%5Bprint2020_v91%5D&name=Fixed&query=resolution%3AFIXED+milestone%3A91+whiteboard%3A%5Bprint2020_v91%5D View as kanban board.]''' | |||
=== Frontend === | |||
<bugzilla> | |||
{ | |||
"f2": "status_whiteboard", | |||
"o2": "anywordssubstr", | |||
"v2": "[print2020_v91]", | |||
"product": ["Firefox", "Toolkit"], | |||
"include_fields": "id, summary, assigned_to, status, resolution, priority, severity", | |||
"order": "status, resolution, priority, assigned_to, id" | |||
} | |||
</bugzilla> | |||
=== Platform === | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"f2": "status_whiteboard", | "f2": "status_whiteboard", | ||
"o2": "anywordssubstr", | "o2": "anywordssubstr", | ||
"v2": "[ | "v2": "[print2020_v91]", | ||
"product": ["Core | "product": ["Core"], | ||
"include_fields": "id, summary, assigned_to, status, resolution", | "include_fields": "id, summary, assigned_to, status, resolution, priority, severity", | ||
"order": "resolution, assigned_to, id" | "order": "status, resolution, priority, assigned_to, id" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
== Backlog == | |||
=== Frontend === | |||
<bugzilla> | |||
{ | |||
"f2": "status_whiteboard", | |||
"o2": "anywordssubstr", | |||
"v2": "[print2020]", | |||
"product": ["Firefox", "Toolkit"], | |||
"include_fields": "id, summary, assigned_to, status, resolution, priority, severity", | |||
"order": "status, resolution, priority, assigned_to, id" | |||
} | |||
</bugzilla> | |||
=== Platform === | |||
<bugzilla> | |||
{ | |||
"f2": "status_whiteboard", | |||
"o2": "anywordssubstr", | |||
"v2": "[print2020]", | |||
"product": ["Core"], | |||
"include_fields": "id, summary, assigned_to, status, resolution, priority, severity", | |||
"order": "status, resolution, priority, assigned_to, id" | |||
} | |||
</bugzilla> | |||
= Archived Work by Release = | |||
See the [https://wiki.mozilla.org/Firefox/Printing_Refresh/Archives archives page] for detailed information. |