Public api: Map info is missing play count #224

Closed
opened 2025-07-05 01:50:56 +00:00 by fiveman1 · 6 comments
Member

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.

https://git.itzana.me/StrafesNET/public-api/issues/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.
Owner

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.

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.
Owner

Lets track it in maps service instead. With #203

Lets track it in maps service instead. With https://git.itzana.me/StrafesNET/maps-service/issues/203
Owner

Lets track it in maps service instead. With #203

Welcome to maps service

> Lets track it in maps service instead. With https://git.itzana.me/StrafesNET/maps-service/issues/203 Welcome to maps service
Owner

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.

> > Lets track it in maps service instead. With https://git.itzana.me/StrafesNET/maps-service/issues/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.
Quaternions added a new dependency 2025-07-26 05:11:56 +00:00
Owner

Maps have been migrated and now have a working LoadCount field that is actively tracked. They also have a CreatedAt field 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.

Maps have been migrated and now have a working `LoadCount` field that is actively tracked. They also have a `CreatedAt` field 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.
Quaternions added the backendenhancement labels 2025-08-08 03:26:20 +00:00
Owner

This is now available from https://maps.strafes.net/public-api

This is now available from https://maps.strafes.net/public-api
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Depends on
#229 Add public api support
StrafesNET/maps-service
Reference: StrafesNET/maps-service#224