DevTools/Planning/Status/Simulator
Project Status Overview
- Simulator
Bucket Statuses
Whiteboard tags represent the following:
- [status:backlog] = this is in the backlog as an idea and isn't being worked on.
- [status:planned] = planning to work on this within the next 30 days, requirements and design still being refined
- [status:inflight] = this feature is in flight and being worked on.
- [status:landedoff] = this feature has landed in nightly with pref off.
- [status:landedon] = this feature has landed in nightly with pref on.
- [status:shipped] = this feature is completed and shipping.
- [status:onhold] = work has been put on hold because of other higher priorities.
Backlog
The backlog contains all the incoming artifacts that haven't been looked at. <bugzilla> {
"product": "Firefox OS",
"component": "Simulator",
"whiteboard": "[status:backlog]",
"include_fields": "id, priority, summary, status, assigned_to",
"order": "bug_id"
} </bugzilla>
On hold
Work has been put on hold because of other higher priorities. <bugzilla> {
"product": "Firefox OS",
"component": "Simulator",
"whiteboard": "[status:onhold]",
"include_fields": "id, priority, summary, status, assigned_to",
"order": "bug_id"
} </bugzilla>
Planned
Here are the items that are being planned: <bugzilla> {
"product": "Firefox OS",
"component": "Simulator",
"whiteboard": "[status:planned]",
"include_fields": "id, priority, summary, status, assigned_to",
"order": "bug_id"
} </bugzilla>
In Flight
This stuff is being worked on <bugzilla> {
"product": "Firefox OS",
"component": "Simulator",
"whiteboard": "[status:inflight]",
"include_fields": "id, priority, summary, status, assigned_to",
"order": "bug_id"
} </bugzilla>
Landed with Pref=off
<bugzilla> {
"product": "Firefox OS",
"component": "Simulator",
"whiteboard": "[status:landedoff]",
"include_fields": "id, priority, summary, status, assigned_to",
"order": "bug_id"
} </bugzilla>
Landed with Pref=on
<bugzilla> {
"product": "Firefox OS",
"component": "Simulator",
"whiteboard": "[status:landedon]",
"include_fields": "id, priority, summary, status, assigned_to",
"order": "bug_id"
} </bugzilla>
Shipped
<bugzilla> {
"product": "Firefox OS",
"component": "Simulator",
"whiteboard": "[status:shipped]",
"include_fields": "id, priority, summary, status, assigned_to",
"order": "bug_id"
} </bugzilla>