DevTools/Planning/Status/Paris: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "{{ForceRefreshButton}} ===Project Status Overview=== We are using the developer tools :: User Stories component to track buckets of features that are being worked on. All wo...")
 
(Replaced content with "* WebIDE * Simulator")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ForceRefreshButton}}
* [[DevTools/Planning/Status/WebIDE|WebIDE]]
 
* [[DevTools/Planning/Status/Simulator|Simulator]]
===Project Status Overview===
We are using the developer tools :: User Stories component to track buckets of features that are being worked on. All work should be tied to bugs in this component and assigned the right whiteboard flags to reflect the status of that particular bucket. Development managers are responsible to create the dependencies (block) for all bugs that tie to a particular feature bucket. We are not following any "user story" methodology for requirements, but we do want to track what the requirements are in the user story field. Even a vague summary is fine. This field is editable over time.
 
===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",
    "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>

Latest revision as of 06:28, 20 August 2014