|
|
| Line 1: |
Line 1: |
| {{ForceRefreshButton}}
| | * [[DevTools/Planning/Status/WebIDE|WebIDE]] |
| | | * [[DevTools/Planning/Status/Simulator|Simulator]] |
| ===Project Status Overview===
| |
| Components tracked by the Paris lead team:
| |
| *Developer Tools: WebIDE
| |
| *Developer Tools: User Stories (waiting for user stories field to become available in all devtools compoments)
| |
| *Developer Tools: Firefox OS > 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",
| |
| "component": "Developer Tools: User Stories, Developer Tools: WebIDE",
| |
| "whiteboard": "[status:backlog]",
| |
| "include_fields": "id, priority, summary, status, assigned_to",
| |
| "order": "bug_id"
| |
| }
| |
| </bugzilla>
| |
| | |
| ===Planned===
| |
| Here are the items that are being planned:
| |
| <bugzilla>
| |
| {
| |
| "product": "Firefox",
| |
| "component": "Developer Tools: User Stories",
| |
| "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",
| |
| "component": "Developer Tools: User Stories",
| |
| "whiteboard": "[status:inflight]",
| |
| "include_fields": "id, priority, summary, status, assigned_to",
| |
| "order": "bug_id"
| |
| }
| |
| </bugzilla>
| |
| | |
| ===Landed with Pref=off===
| |
| <bugzilla>
| |
| {
| |
| "product": "Firefox",
| |
| "component": "Developer Tools: User Stories",
| |
| "whiteboard": "[status:landedoff]",
| |
| "include_fields": "id, priority, summary, status, assigned_to",
| |
| "order": "bug_id"
| |
| }
| |
| </bugzilla>
| |
| | |
| ===Landed with Pref=on===
| |
| <bugzilla>
| |
| {
| |
| "product": "Firefox",
| |
| "component": "Developer Tools: User Stories",
| |
| "whiteboard": "[status:landedon]",
| |
| "include_fields": "id, priority, summary, status, assigned_to",
| |
| "order": "bug_id"
| |
| }
| |
| </bugzilla>
| |
| | |
| ===Shipped===
| |
| <bugzilla>
| |
| {
| |
| "product": "Firefox",
| |
| "component": "Developer Tools: User Stories",
| |
| "whiteboard": "[status:shipped]",
| |
| "include_fields": "id, priority, summary, status, assigned_to",
| |
| "order": "bug_id"
| |
| }
| |
| </bugzilla>
| |