Milimetric has submitted this change and it was merged.
Change subject: Add Apps tab with the first app specific graph
......................................................................
Add Apps tab with the first app specific graph
Added a new dashboard for apps (access via /dashboard/apps)
so the graph loads faster. This is just while developing the
graphs for app edits.
Change-Id: Ie2b3066207b1921a49c6464cfa4112c0dafb3a59
---
A dashboards/apps.json
M dashboards/reportcard.json
A datasources/app-edits-starts.json
M graphs/app-edits-starts.json
4 files changed, 57 insertions(+), 4 deletions(-)
Approvals:
Milimetric: Looks good to me, approved
diff --git a/dashboards/apps.json b/dashboards/apps.json
new file mode 100644
index 0000000..6473305
--- /dev/null
+++ b/dashboards/apps.json
@@ -0,0 +1,13 @@
+{
+ "id" : "apps",
+ "headline" : "Mobile Contributions",
+ "subhead" : "Apps",
+ "tabs": [
+ {
+ "name": "Apps",
+ "graph_ids": [
+ "app-edits-starts"
+ ]
+ }
+ ]
+}
diff --git a/dashboards/reportcard.json b/dashboards/reportcard.json
index 8820943..d950940 100644
--- a/dashboards/reportcard.json
+++ b/dashboards/reportcard.json
@@ -39,6 +39,12 @@
]
},
{
+ "name": "Apps",
+ "graph_ids": [
+ "app-edits-starts"
+ ]
+ },
+ {
"name": "Other",
"graph_ids": [
"mobile-options",
diff --git a/datasources/app-edits-starts.json
b/datasources/app-edits-starts.json
new file mode 100644
index 0000000..930d955
--- /dev/null
+++ b/datasources/app-edits-starts.json
@@ -0,0 +1,34 @@
+{
+ "name": "Apps - Impressions on edit pencil (per day)",
+ "timespan": {
+ "start": "2014/06/25",
+ "step": "1d",
+ "end": "2014/08/24"
+ },
+ "url":
"http://stat1001.wikimedia.org/limn-public-data/mobile/datafiles/app-edits-starts.csv",
+ "notes": "",
+ "format": "csv",
+ "slug": null,
+ "shortName": "app-edits-starts",
+ "type": "timeseries",
+ "id": "app-edits-starts",
+ "columns": [
+ {
+ "type": "date",
+ "label": "date"
+ },
+ {
+ "type": "int",
+ "label": "Total"
+ },
+ {
+ "type": "int",
+ "label": "Android"
+ },
+ {
+ "type": "int",
+ "label": "iOS"
+ }
+ ],
+ "desc": ""
+}
diff --git a/graphs/app-edits-starts.json b/graphs/app-edits-starts.json
index 368e511..53804a3 100644
--- a/graphs/app-edits-starts.json
+++ b/graphs/app-edits-starts.json
@@ -1,5 +1,5 @@
{
- "graph_version": "0.0.1",
+ "graph_version": "0.6.0",
"name": "Apps - Impressions on edit pencil (per day)",
"notes": "",
"slug": "app-edits-starts",
@@ -96,7 +96,7 @@
"disabled": false,
"index": 0,
"metric": {
- "source_id": "cancelled-uploads",
+ "source_id": "app-edits-starts",
"type": "int",
"source_col": 1
},
@@ -114,7 +114,7 @@
"disabled": false,
"index": 1,
"metric": {
- "source_id": "cancelled-uploads",
+ "source_id": "app-edits-starts",
"type": "int",
"source_col": 2
},
@@ -132,7 +132,7 @@
"disabled": false,
"index": 2,
"metric": {
- "source_id": "cancelled-uploads",
+ "source_id": "app-edits-starts",
"type": "int",
"source_col": 3
},
--
To view, visit https://gerrit.wikimedia.org/r/155830
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie2b3066207b1921a49c6464cfa4112c0dafb3a59
Gerrit-PatchSet: 4
Gerrit-Project: analytics/limn-mobile-data
Gerrit-Branch: master
Gerrit-Owner: BearND <[email protected]>
Gerrit-Reviewer: JGonera <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Milimetric <[email protected]>
Gerrit-Reviewer: Nuria <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits