On 10/15/2012 07:39 AM, Diederik van Liere wrote:
The repo is available at: https://gerrit.wikimedia.org/r/gitweb?p=analytics%2Fgerrit-stats.git;a=short... As mentioned before, Limn is responsible for visualizing the data, gerrit-stats only pulls data from Gerrit and construct measures. Happy to discuss how to come up with developer centric measures.
Alright, if I'm understanding correctly the pieces:
The available types of data available from the Gerrit accounts can be seen at the 'accounts' table at [analytics/gerrit-stats.git] / gerritstats / sql / database_design.sql https://gerrit.wikimedia.org/r/gitweb?p=analytics/gerrit-stats.git;a=blob;f=...
The accounts data actually retrieved is defined at [analytics/gerrit-stats.git] / gerritstats / developer.py using the 'Developer' object. https://gerrit.wikimedia.org/r/gitweb?p=analytics/gerrit-stats.git;a=blob;f=...
Is this data being actually collected? Is it available and accessible anywhere? I couldn't find it at [analytics/gerrit-stats/data.git] / datafiles / analytics / gerrit-stats / https://gerrit.wikimedia.org/r/gitweb?p=analytics/gerrit-stats/data.git;a=tr...
And (finally?) the structure of http://gerrit-stats.wmflabs.org/ is being defined by [analytics/gerrit-stats/data.git] / dashboards / gerrit.json https://gerrit.wikimedia.org/r/gitweb?p=analytics/gerrit-stats/data.git;a=bl...
The developer graphs should be added there once it is clear what data we want show and where can Limn find it, right?
For the sake of simplicity, I propose to start with a simple graph showing how many accounts `registered_on`. If I can get your help connecting all the dots for this then it will be a lot easier for me to come up with more graphs.
-- Quim