Closed Bug 375316 Opened 19 years ago Closed 18 years ago

Historical weekly and total download count graphs per add-on

Categories

(addons.mozilla.org Graveyard :: Developer Pages, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Future

People

(Reporter: fligtar, Unassigned)

References

Details

One of the requirements of Remora was better statistics for developers, and we didn't really get to do much in that area. Two things I'd like to see are a graph showing the total downloads each week, and a graph showing weekly downloads. This can be accomplished by creating a new table that is populated each week by the maintenance script that cleans up downloads. Something like: +----------+------------+-----------------+----------------+ | addon_id | date | weeklydownloads | totaldownloads | +----------+------------+-----------------+----------------+ | 1 | 2007-03-18 | 2000 | 50000 | | 1 | 2007-03-25 | 2500 | 52500 | +----------+------------+-----------------+----------------+ (ascii art by myself, I'm available for special projects, etc) I think that this would be best implemented by pushing the maintenance portion first, so that around a month later we can add the graphs to the dev cp and they will magically already have data in them.
Blocks: 387326
The table structure and population of this was actually done with the download count revamp, and the implementation of graphs is bug 387326, so marking this fixed.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.