update tc dashboard

fix the definition of "i have not voted" to only cover RollCall-Vote
labels

remove some extraneous sections

add an "everything" list for anything not included in the more
selective sections

remove "owner:self" from most filters because we want tc members to
vote on their own proposals

see https://goo.gl/famWpB for the results

Change-Id: I02f192929440dcb027c957a84de035b5a8f65231
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2019-03-26 08:38:34 -04:00
parent 10332fd714
commit db3ebc5d9b
1 changed files with 13 additions and 10 deletions

View File

@ -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 =