Closed
Bug 858249
Opened 12 years ago
Closed 11 years ago
Add "Registered Developers" graph to global stats dashboard
Categories
(Marketplace Graveyard :: Statistics, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: spasovski)
References
Details
Please add a graph showing the total Registered Developers to the global stats dashboard (https://marketplace.firefox.com/statistics/). The same format as all the other graphs that are there is fine. The only selector will be by date, same as our other graphs.
This graph is publicly available.
Comment 1•12 years ago
|
||
I'm assuming "registered developer" is a user that is a developer on an add-on (aka the user is in the addons_users table).
Assignee: nobody → robhudson.mozbugs
Target Milestone: --- → 2013-04-18
Reporter | ||
Comment 2•12 years ago
|
||
yes
Comment 3•12 years ago
|
||
This commit adds the tracking query for monolith:
https://github.com/mozilla/zamboni/commit/7435dd6
Next steps are to add this to the front-end nav and add a metric endpoint for the data in JSON for the charts.
Target Milestone: 2013-04-18 → ---
Comment 5•12 years ago
|
||
This adds the data to monolith:
https://github.com/mozilla/monolith-aggregator/commit/f4baf759cec00cc8e4ab1c9f728cd77023feb777
Passing over to Davor to hook up to the front end.
Assignee: robhudson.mozbugs → dspasovski
Comment 6•12 years ago
|
||
The URL might help. Here's an example for the stats API:
https://marketplace-dev.allizom.org/api/v1/stats/global/total_developers/?start=2013-07-01&end=2013-07-15&interval=day
Assignee | ||
Comment 7•11 years ago
|
||
The first commit where this was done is: https://github.com/mozilla/marketplace-stats/commit/3340bbf
The code has been a bit refactored since then. Will close this once we've switched to the new stats code.
Assignee | ||
Comment 8•11 years ago
|
||
Since we're QAing this on the /stats URL I can close this from my end.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•