Submission Form Triggers Validator To Create Submission #47

Closed
opened 2025-03-29 02:32:01 +00:00 by Quaternions · 1 comment
Owner

Instead of the submission form directly creating a new submission, the validator should do maptest bot checks, fill in the creator, displayname etc, and do the actual submission create.

Frontend:

  • Remove all fields except for AssetID
  • Submitting a map fix is a new page at /maps/{MapID}/fix
  • Client polls operation id until they get the operation outcome

Backend:

  • Operation database
  • Create an operation on submit, pass the operation id to the client
  • Operations should last like 10 seconds max and be cleaned up somehow

Validation:

  • Create the submission without requiring all validation to pass
  • Validation must pass in order to submit map
Instead of the submission form directly creating a new submission, the validator should do maptest bot checks, fill in the creator, displayname etc, and do the actual submission create. Frontend: - Remove all fields except for AssetID - Submitting a map fix is a new page at `/maps/{MapID}/fix` - Client polls operation id until they get the operation outcome Backend: - Operation database - Create an operation on submit, pass the operation id to the client - Operations should last like 10 seconds max and be cleaned up somehow Validation: - Create the submission without requiring all validation to pass - Validation must pass in order to submit map
Quaternions added the
backend
validator
labels 2025-03-29 02:32:01 +00:00
Quaternions added this to the 1.0 Release milestone 2025-03-29 05:27:08 +00:00
Quaternions self-assigned this 2025-04-02 01:17:27 +00:00
Author
Owner

Implemented in , , .

Implemented in #63, #71, #73.
Sign in to join this conversation.
No description provided.