Main Maps Browser / Individual Map Pages #42
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?
There should be webpages for the maps that exist in the game, and an individual page for each map. Notably, this would allow a "submit mapfix" button to create a submission to the correct target asset.
Frontend:
/maps/maps/{MapID}/mapfixes?TargetAssetID=MapID&Page=1&Limit=1to query for mapfixes/maps/{MapID}/fix/maps/{MapID}/fix(implemented in #60)Backend:
/api/mapslist request/api/maps/{MapID}requestThe following endpoints are now implemented:
I did some work on the maps pages. It ain't pretty but it should get the job done. Removing this from the release milestone because it is no longer a release blocker.
Remaining functionality work for
/maps/[mapId]page:Could use a face lift by a certified javascript plastic surgeon
Closing in favour of #144, #145.