Christopher Johnson (WMDE) has uploaded a new change for review.

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

Change subject: makes wbgetclaims the normalized id label for this type of api 
data
......................................................................

makes wbgetclaims the normalized id label for this type of api data

Change-Id: I6b620af50a4fb0167cf4d091abb36f19e6b2ada7
---
M src/output/server-developer.R
M ui.R
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/analytics/dashboard 
refs/changes/72/250272/1

diff --git a/src/output/server-developer.R b/src/output/server-developer.R
index 4278b95..a6f68e2 100644
--- a/src/output/server-developer.R
+++ b/src/output/server-developer.R
@@ -4,7 +4,7 @@
 output$metric_meta_getclaims_title <- renderUI({
   first_sample <- head(wikidata_daily_getclaims_property_use$date, 1)
   last_sample <<- tail(wikidata_daily_getclaims_property_use$date, 1)
-  metric_desc <- "Aggregate getClaim Property Use count"
+  metric_desc <- "Aggregate wbgetclaims Property Use count"
   metric_range <- paste0("From ", first_sample, " To ", last_sample)
   box(title = "Definition", width = 6, status = "info", metric_desc, 
HTML("<br/>"), metric_range)
 })
@@ -38,7 +38,7 @@
                 )
               )
             ),
-            caption = "Statistics for GetClaims Property Use") %>%
+            caption = "Statistics for wbgetclaims Property Use") %>%
             formatCurrency(c("count","i.count"), currency = "", interval = 3, 
mark = ",")
 })
 
diff --git a/ui.R b/ui.R
index a06337b..9988f46 100644
--- a/ui.R
+++ b/ui.R
@@ -23,7 +23,7 @@
              menuSubItem(text = "New Pages/Day", tabName = 
"wikidata_daily_pages_delta"),
              menuSubItem(text = "New Active Users/Day", tabName = 
"wikidata_daily_users_delta")),
     menuItem(text = "API Usage", icon = icon("gears"),
-             menuSubItem(text = "getClaims", tabName = 
"wikidata_daily_getclaims_property_use"),
+             menuSubItem(text = "wbgetclaims", tabName = 
"wikidata_daily_getclaims_property_use"),
              menuSubItem(text = "Graphs", tabName = 
"wikidata_getclaims_property_graphs")),
     menuItem(text = "", badgeLabel = "Graphite", badgeColor = "black"),
     menuItem(text = "Usages", icon = icon("question"),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b620af50a4fb0167cf4d091abb36f19e6b2ada7
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/analytics/dashboard
Gerrit-Branch: master
Gerrit-Owner: Christopher Johnson (WMDE) <[email protected]>

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

Reply via email to