Public api: /map/ doesn't provide which modes a map supports #223
Notifications
Due Date
No due date set.
Depends on
#229 Add public api support
StrafesNET/maps-service
Reference: StrafesNET/maps-service#223
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#9
There isn't a way to tell how many bonuses a map has. Ideally the API would provide a list of mode_id's for each map.
The backend does not track this, the modes are associated to individual times.
A full solution would look like this:
model/map.gomodel/submission.goModelInfostruct to include modeschecks.rs, submission.modes is updatedsubmissions.goReleaseSubmissionsfunction creates master maps list entry by copying fields from submissionThis is now available from https://maps.strafes.net/public-api
Additionally, all maps have been checked to have sequential modes, and new maps are also validated as such.