SteamDeckHomebrew / decky-loader

A plugin loader for the Steam Deck.
https://decky.xyz
GNU General Public License v2.0
4.26k stars 154 forks source link

Count the number of installs for each plugin #557

Closed PartyWumpus closed 7 months ago

PartyWumpus commented 7 months ago

Please tick as appropriate:

If you're wanting to update a translation or add a new one, please use the weblate page: https://weblate.werwolv.net/projects/decky/

Description

This will currently only work with the testing store, as the changes are not yet on the main store. Whenever a plugin is installed the loader will send a request to an /increment endpoint on the plugin server so it can increment the number of downloads/updates by one. This will be used for sorting by popularity at some point in the future, once there's enough downloads recorded to make the sort meaningful.