We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
game
asset
Implement popularity to each game & asset with a numerical value, the higher being the more popular.
popularity
This can be calculated from anonymized analytics from the site & CDN, therefore allowing for sorting by "user engagement".
This will be calculated using D1.
game_asset
Related to wanderer-moe/site#203 - makes sense to be implemented onto the API first. Requires #5 to be completed beforehand
The text was updated successfully, but these errors were encountered:
also: make sure entries inside the DB are being updated, even if it's calling from a cached response
Sorry, something went wrong.
scrapping in favour of download count in #20
dromzeh
No branches or pull requests
Implement
popularity
to eachgame
&asset
with a numerical value, the higher being the more popular.This can be calculated from anonymized analytics from the site & CDN, therefore allowing for sorting by "user engagement".This will be calculated using D1.
game
&asset
datagame
&game_asset
datagame
asset
& then appendingpopularity
(1 = highest, etc)Related to wanderer-moe/site#203 - makes sense to be implemented onto the API first.
Requires #5 to be completed beforehand
The text was updated successfully, but these errors were encountered: