dlamkins / new.blishhud.com

The source for the Blish HUD website.
https://blishhud.com
1 stars 3 forks source link

Download numbers don't update #14

Closed dlamkins closed 1 year ago

dlamkins commented 2 years ago

Module download counts are currently populated by the json blob that SSRD generates when a module is updated in SSRD. That means that the download count is immediately outdated. We need a different source to pull the live download count from.

dlamkins commented 2 years ago

This doesn't need to be live, but perhaps could be good to pull from the same backend that is serving statistics to dashboards.blishhud.com.

That data is updated every hour on the hour which is more than reasonable for the download count to reference.

dlamkins commented 1 year ago

Module pages are now generated on an interval allowing for the download count numbers to remain up to date.