godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
294 stars 98 forks source link

show statistics page for each assets ? #75

Open SuperUserNameMan opened 8 years ago

SuperUserNameMan commented 8 years ago

Hi,

For each assets, maybe it could be interesting to display some stats about :

menip commented 5 years ago

Just a generic number of downloads would be nice. Provides a simple way to filter/find good(well or just popular) assets

Calinou commented 5 years ago

@menip I'd like to have download counts displayed somewhere, but doesn't this require us to redirect all downloads so we can track them? In other words, the browser/editor would hit an URL that redirects to the actual asset download URL.

bojidar-bg commented 5 years ago

Yeah, both browser and editor follow redirects already, so it should be fine.

menip commented 5 years ago

Cool. I plan to take a look at updating editor AssetLib browser next month, so having his information available will be nice.