Add TargetAssetVersion to Mapfixes #265

Closed
opened 2025-08-15 02:02:18 +00:00 by Quaternions · 1 comment
Owner

Currently it's only possible to correlate which mapfix corresponds to which map version by comparing the dates. If the mapfix directly included the RevisionId of the TargetAsset, there would be no room for interpretation of which map version is from which mapfix.

Currently it's only possible to correlate which mapfix corresponds to which map version by comparing the dates. If the mapfix directly included the RevisionId of the TargetAsset, there would be no room for interpretation of which map version is from which mapfix.
Author
Owner

I changed my mind, this is unnecessary. The point would be to list past mapfixes by correlating them with map versions, but fetching the revisions from roblox can be skipped: directly query /mapfixes?TargetAssetID=MapID and simply sort by date and you get the same list. You may not know about mapfixes which predated the website, but those can be looked up on the mapfixes github if needed.

I changed my mind, this is unnecessary. The point would be to list past mapfixes by correlating them with map versions, but fetching the revisions from roblox can be skipped: directly query `/mapfixes?TargetAssetID=MapID` and simply sort by date and you get the same list. You may not know about mapfixes which predated the website, but those can be looked up on the mapfixes github if needed.
Quaternions added the backendwontfix labels 2025-08-15 02:04:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StrafesNET/maps-service#265