Submissions Webpage List Filter #44
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
The maps list webpage https://maps.staging.strafes.net/submissions needs to be filterable.
The most notable (backend) implementation detail is that submissions "UnderConstruction" are completely private to the submitter and cannot be accessed by anyone other than the submitter themselves.
Drop-down / text box filters for:
Filter presets:
Backend implementation:
/api/submissions
endpoint is restricted to non - UnderConstruction submissions and has no authentication. Otherwise identical to the previous/api/submissions
endpoint which has no restrictions./api/submissions-by-me
endpoint displays only submissions by the authenticated user, and has no status restrictions.