Submissions Webpage List Filter #44

Open
opened 2025-03-29 01:18:22 +00:00 by Quaternions · 0 comments
Owner

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:

  • status_id (bitflags? array?) check out the gitea issue "Labels" on the right column of this issue for an example!
  • target_asset_id (view historical and active mapfixes for a particular map) search main game maps
  • submitter
  • game_id

Filter presets:

  • "My Submissions"
    • Filter ?Submitter= currently logged in user
  • "Active Submissions":
    • StatusUploading
    • StatusValidated
    • StatusValidating
    • StatusAccepted
    • StatusChangesRequested
    • StatusSubmitted

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.
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: - status_id (bitflags? array?) check out the gitea issue "Labels" on the right column of this issue for an example! - target_asset_id (view historical and active mapfixes for a particular map) search main game maps - submitter - game_id Filter presets: - "My Submissions" - Filter ?Submitter= currently logged in user - "Active Submissions": - StatusUploading - StatusValidated - StatusValidating - StatusAccepted - StatusChangesRequested - StatusSubmitted 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.
Quaternions added the
backend
frontend
labels 2025-03-29 01:31:03 +00:00
Quaternions added this to the 1.0 Release milestone 2025-03-29 05:27:08 +00:00
interpreterK was assigned by Quaternions 2025-03-29 06:00:11 +00:00
ic3w0lf22 was assigned by Quaternions 2025-03-29 06:00:22 +00:00
Quaternions self-assigned this 2025-03-29 06:09:45 +00:00
Quaternions removed this from the 1.0 Release milestone 2025-04-03 22:07:34 +00:00
Quaternions added this to the 1.1 Centralize Maptest milestone 2025-04-03 22:08:46 +00:00
Sign in to join this conversation.
No description provided.