CA/CCADB Dashboard: Difference between revisions

Updated to the new way that CCADB SC uses Bugzilla Bugs to track enhancement requests.
m (Add Severity column to help with priorities.)
(Updated to the new way that CCADB SC uses Bugzilla Bugs to track enhancement requests.)
Line 1: Line 1:
= Dashboard for Common CA Database Updates =
= Dashboard for Common CA Database Updates =
Priorities and whiteboard tags are described [[CA/Bug_Triage#Common_CA_Database_.28CCADB.29|here]], and are determined by the [https://docs.google.com/document/d/1-w4FpfDKboL6bBnRa73Eelu0UCKvl3jt4ryE7R0Lc5U/edit?usp=sharing CCADB Steering Committee].


== CCADB API Access==
== CCADB API Access==
Line 11: Line 9:
         "resolution": "---",
         "resolution": "---",
         "status_whiteboard":"ccadb-api",
         "status_whiteboard":"ccadb-api",
         "include_fields": "whiteboard, id, summary, status, assigned_to, last_change_time",
         "include_fields": "whiteboard, id, summary, last_change_time",
         "order": "status_whiteboard ASC, assigned_to DESC"
         "order": "status_whiteboard ASC, assigned_to DESC"
     }
     }
</bugzilla>
</bugzilla>


== Roadmap Items ==
== Bugs ==
<bugzilla>
Bugs that unintentionally remove pre-existing functionality or negatively impact CCADB users should have priority over Enhancements, and should be set to P1. Low impact bugs will start at P4 and be considered with ERs. If it's a low LOE bug (less than 4 hours of work) it can go from P4 to P1 without prioritization/design.
    {
        "component":"Common CA Database",
        "resolution": "---",
        "status_whiteboard":"ccadb-roadmap",
        "include_fields": "whiteboard, id, summary, status, assigned_to, last_change_time",
        "order": "status_whiteboard ASC, assigned_to DESC"
    }
</bugzilla>
 
== Enhancement Requests ==
The Priority values are used to indicate the items that are being actively worked on, what needs to be started soon, ongoing projects, and work to be scheduled later as described [[CA/Bug_Triage#Common_CA_Database_.28CCADB.29|here]].
 


<bugzilla>
    {
        "component":"Common CA Database",
        "resolution": "---",
        "whiteboard":"ccadb-enhancement",
        "cf_blocking_b2g_type":"contains",
        "include_fields": "priority, severity, id, summary, status, assigned_to, last_change_time",
        "order": "priority ASC, severity ASC"
    }
</bugzilla>
== Bugs ==
<bugzilla>
<bugzilla>
     {
     {
Line 48: Line 22:
         "resolution": "---",
         "resolution": "---",
         "whiteboard":"ccadb-bug",
         "whiteboard":"ccadb-bug",
         "include_fields": "priority, id, summary, status, assigned_to, last_change_time",
         "include_fields": "priority, id, summary, last_change_time",
         "order": "priority ASC, assigned_to DESC"
         "order": "priority ASC, assigned_to DESC"
     }
     }
</bugzilla>
</bugzilla>


== Enhancement Requests ==
The Priority values are used as follows:
* P1 - Development in progress
* P2 - Design complete
* P3 - Prioritized
* P4 or not set - To be prioritized and scheduled later


== Needs Whiteboard Tag ==
<bugzilla>
<bugzilla>
     {
     {
Line 65: Line 43:
         "o2": "nowordssubstr",
         "o2": "nowordssubstr",
         "v2": "ccadb",
         "v2": "ccadb",
         "include_fields": "priority, id, summary, status, assigned_to, last_change_time"
         "include_fields": "priority, id, summary,last_change_time"
     }
     }
</bugzilla>
</bugzilla>
Confirmed users, Administrators
5,526

edits