QChris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/80571


Change subject: Indicate which the relevant time period in section heading
......................................................................

Indicate which the relevant time period in section heading

It's confusing to see changes disappear from the dashboards without
any clue on why they the changes disappear. Hence, we now show after
which time the changes get dropped from the dashboard sections.

Change-Id: Ib96f41705a8fcbcfac2275d72a8f51454dddd0b0
---
M open
M recent
M review
3 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/All-Projects refs/changes/71/80571/1

diff --git a/open b/open
index 1db7e98..cbf3173 100644
--- a/open
+++ b/open
@@ -1,5 +1,5 @@
 [dashboard]
   title = Open Changes
   description = Recent open changes.
-[section "Open Changes"]
+[section "Open Changes (past 7 weeks)"]
   query = status:open project:${project} -age:7w
diff --git a/recent b/recent
index d5cc757..b1d5aac 100644
--- a/recent
+++ b/recent
@@ -1,7 +1,7 @@
 [dashboard]
   title = Recent Changes
   description = Recent open and merged changes.
-[section "Open Changes"]
+[section "Open Changes (past 3 weeks)"]
   query = status:open project:${project} -age:3w
-[section "Merged Changes"]
+[section "Merged Changes (past week)"]
   query = status:merged project:${project} -age:1w
diff --git a/review b/review
index 9864f05..cbcb4a0 100644
--- a/review
+++ b/review
@@ -1,5 +1,5 @@
 [dashboard]
   title = Pending Review
   description = Open changes without a negative review score.
-[section "Pending"]
+[section "Pending (past 4 weeks)"]
   query = status:open project:${project} -age:4w -label:Code-Review<=-1 
-label:Verified<=-1

-- 
To view, visit https://gerrit.wikimedia.org/r/80571
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib96f41705a8fcbcfac2275d72a8f51454dddd0b0
Gerrit-PatchSet: 1
Gerrit-Project: All-Projects
Gerrit-Branch: refs/meta/dashboards/default
Gerrit-Owner: QChris <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to