DevTools/Planning/Status: Difference between revisions

no edit summary
No edit summary
Line 28: Line 28:
</bugzilla>
</bugzilla>


==="To be Scrubbed" Stack===  
===Planned===  
The PM work stack contains all the user stories that need to be scrubbed, validated, worked on by UI and prioritized by PM and engineering. In terms of Bugzilla, it means status = "NEW" and the PM-Scrub flag has been set to ?. Usually, most of these need mockups from UI.
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>
<bugzilla>
{
{
        "blocks": "936563",
      "product": "Firefox",
        "status": "NEW",
    "component": "Developer Tools: User Stories",
        "product": "Firefox",
    "whiteboard": "[status:inflight]",
      "component": "Developer Tools: User Stories",
      "f1": "flagtypes.name",
      "o1": "substring",
      "v1": "pm-scrub?",
"include_fields": "id, priority, summary, status, assigned_to",
"include_fields": "id, priority, summary, status, assigned_to",
         "order": "bug_id"
         "order": "bug_id"
Line 45: Line 52:
</bugzilla>
</bugzilla>


==="Ready to implement" Stack===  
===Landed with Pref=off===  
The ready to work stack contains all the user stories ready to be implemented. That means the stories have been flushed out, cleaned up and prioritized. In terms of Bugzilla, it means status = "NEW" and the PM-Scrubb has been set to +.
<bugzilla>
<bugzilla>
{
{
        "blocks": "936563",
      "product": "Firefox",
        "status": "NEW",
    "component": "Developer Tools: User Stories",
     "whiteboard": "[User Story]",
     "whiteboard": "[status:landedoff]",
      "f1": "flagtypes.name",
      "o1": "substring",
      "v1": "pm-scrub+",
"include_fields": "id, priority, summary, status, assigned_to",
"include_fields": "id, priority, summary, status, assigned_to",
         "order": "bug_id"
         "order": "bug_id"
Line 60: Line 63:
</bugzilla>
</bugzilla>


==="In Progress" Stack===  
===Landed with Pref=on===  
User stories currently being implemented. Bugzilla: status=ASSIGNED.
 
<bugzilla>
<bugzilla>
{
{
    "blocks": "936563",
      "product": "Firefox",
     "status": "ASSIGNED",
    "component": "Developer Tools: User Stories",
    "include_fields": "id, priority, summary, status, assigned_to",
     "whiteboard": "[status:landedon]",
    "order": "bug_id"
"include_fields": "id, priority, summary, status, assigned_to",
        "order": "bug_id"
}
}
</bugzilla>
</bugzilla>


==="Landed" Stack===  
===Shipped===  
User stories that have landed.
<bugzilla>
<bugzilla>
{
{
    "blocks": "936563",
      "product": "Firefox",
     "resolution": "FIXED",
    "component": "Developer Tools: User Stories",
    "include_fields": "id, priority, summary, status, assigned_to",
     "whiteboard": "[status:shipped]",
    "order": "bug_id"
"include_fields": "id, priority, summary, status, assigned_to",
        "order": "bug_id"
}
}
</bugzilla>
</bugzilla>
Confirmed users
83

edits