diff --git a/dashboards/tc.dash b/dashboards/tc.dash index 4225829..b9ba6de 100644 --- a/dashboards/tc.dash +++ b/dashboards/tc.dash @@ -3,23 +3,26 @@ title = Technical Committee Inbox description = Technical Committee Review Inbox foreach = project:openstack/governance is:open -[section "My items"] +[section "My proposals"] query = owner:self -[section "Formal Vote Items I have not voted in yet"] -query = topic:formal-vote NOT reviewedby:self NOT owner:self +[section "Formal Vote Items I have not voted on yet"] +query = topic:formal-vote NOT ( label:RollCall-Vote+1,self OR label:RollCall-Vote-1,self ) + +[section "Has at Least One Objection"] +query = ( label:RollCall-Vote<=-1 OR label:Code-Review<=-1 ) + +[section "Quickies"] +query = ( topic:typo-fix OR topic:code-change OR topic:documentation-change OR topic:project-update ) [section "Formal Vote Items"] query = topic:formal-vote [section "Goal Items I Haven't Voted On"] -query = path:^goals/.* NOT reviewedby:self NOT owner:self - -[section "Goal Items"] -query = path:^goals/.* +query = path:^goals/.* NOT ( label:RollCall-Vote+1,self OR label:RollCall-Vote-1,self ) [section "I Haven't Voted on this Draft"] -query = NOT reviewedby:self NOT owner:self +query = NOT ( label:RollCall-Vote+1,self OR label:RollCall-Vote-1,self ) -[section "Has at Least One Objection"] -query = NOT reviewedby:self NOT owner:self label:Code-Review<=-1 +[section "Everything"] +query = \ No newline at end of file