Public api: Map info is missing play count #224
Notifications
Due Date
No due date set.
Depends on
#229 Add public api support
StrafesNET/maps-service
Reference: StrafesNET/maps-service#224
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
StrafesNET/public-api#11
The old API returned the play count for maps, and the updated one doesn't. I'm guessing this is due to backend changes, but it would be cool to have.
It's straight up not tracked. Instead of disparate bespoke database fields, itzaname imagined a centralized statistics service that could track many different things, but we never made it. That's why it doesn't exist, it was superseded by an idea that never materialized.
Lets track it in maps service instead. With #203
Welcome to maps service
I meant the play count statistic in this db and not a dedicated statistics service. Wasn't referencing where to track this issue.
Maps have been migrated and now have a working
LoadCountfield that is actively tracked. They also have aCreatedAtfield containing the date when tracking begun. Next blocker is making a public api for this service so the data is accessible. I'm planning to start with just exposing maps, and then add submissions and other stuff later.This is now available from https://maps.strafes.net/public-api