= Project Information
* Name of tool/project: WikimediaPageViewInfo extension
* Project home page: https://www.mediawiki.org/wiki/Extension:WikimediaPageViewInfo
* Name of team requesting review: The //Legoktm and Addshore make cool stuff// team
* Primary contact: Legoktm
* Target date for deployment: Late Feb? Early March?
* Link to code repository / patchset: https://gerrit.wikimedia.org/r/#/admin/projects/mediawiki/extensions/WikimediaPageViewInfo
== Description of the tool/project
Provides fancy looking graphs of page view data integrated into the MediaWiki Info action.
== Description of how the tool will be used at WMF
By users who want to see pageview data :)
== Dependencies
The Graph extension, most importantly the Vega JS library, and oojs-ui
== Has this project been reviewed before? ==
No
== Working test environment ==
I have set up a test wiki on labs that pretends it is en.wikipedia.org, and displays the page view data for that wiki, regardless of whether the article exists on the test wiki:
http://bf-wmpageview.wmflabs.org/wiki/Taylor_Swift?action=info
Configuration:
```
wfLoadExtension('WikimediaPageViewInfo');
$wgPageViewInfoEndpoint = 'https://wikimedia.org/api/rest_v1/metrics/pageviews';
$wgPageViewInfoDomain = 'en.wikipedia.org'; # This line will not be set in production
```
= Post-deployment
The //Legoktm and Addshore maintain once cool stuff// team will be responsible for maintaining the extension afterwards.