psu-libraries / scholarsphere-3

A web application for ingest, curation, search, and display of digital assets. Powered by Hydra technologies (Rails, Hydra-head, Blacklight, Solr, Fedora Commons, etc.)
Apache License 2.0
78 stars 24 forks source link

Add total downloads stats to the admin stats page #1573

Open awead opened 5 years ago

awead commented 5 years ago

Add another stat to the existing page with the total number of downloads between the two given dates. Ex:

FileDownloadStat.where(date: DateTime.parse('2016-07-01')..DateTime.parse('2017-07-01')).sum(&:downloads)