Page MenuHomePhabricator

Add the number of 'Incoming links' to the 'Pages Created' and 'Pages Improved' reports
Closed, ResolvedPublic3 Estimated Story Points

Description

Deliverable:

  • For Pages Created, get a count of the Incoming Links and then add it to the Pages Created reports

More information

The "Incoming Links" metric provides organizers and others with an index to help them judge how influential an article is.

Definitions of metric

  • Incoming links A count of links to the article (cumulative, i.e., since article creation)

Reports where this metric is used

Note on fixed vs. continuing metrics.

  • The "Incoming Links" metric continues to develop after the event concludes.

Event Timeline

jmatazzoni created this task.

@Mooeypoo, here is the "Incoming Links" method ticket we talked about. Please review for implementability.

That looks good and straight forward to me, we can has out any further details if needed during estimation.

Mooeypoo renamed this task from Create a method to fetch 'Incoming links' data to Create a method to fetch the number of 'Incoming links' per created/edited page in an event.Jan 23 2019, 12:18 AM
Mooeypoo renamed this task from Create a method to fetch the number of 'Incoming links' per created/edited page in an event to Add the number of 'Incoming links' to the "Pages Created" and "Pages Improved" reports.Jan 23 2019, 12:27 AM
Mooeypoo renamed this task from Add the number of 'Incoming links' to the "Pages Created" and "Pages Improved" reports to Add the number of 'Incoming links' to the "Pages Created" report.
Mooeypoo set the point value for this task to 3.
jmatazzoni renamed this task from Add the number of 'Incoming links' to the "Pages Created" report to Add the number of 'Incoming links' to the 'Pages Created' reports.Jan 23 2019, 12:36 AM
jmatazzoni updated the task description. (Show Details)
jmatazzoni renamed this task from Add the number of 'Incoming links' to the 'Pages Created' reports to Add the number of 'Incoming links' to the 'Pages Created' and 'Pages Improved' reports.Feb 15 2019, 10:42 PM
jmatazzoni updated the task description. (Show Details)
MusikAnimal moved this task from Holding to In Sprint on the Event Metrics board.

Whoops, I did this as part of T205502. Didn't realize it was a separate task. Very simple addition https://github.com/wikimedia/eventmetrics/pull/187/files#diff-6290201f755154950df266ebb23cdd65R547

Should we merge the tasks?

I downloaded the csv for a number of events (which covered several languages and wikidata). Wrote a python script to scrape page link information from https://en.wikipedia.org/w/index.php?title=Special:WhatLinksHere. Compared what was in the csv with output from my script. The only discrepancy I saw was due to a bug in my script.