Web: Create Submission #1
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 website needs a page to create a new submission.
The page is essentially a form, with fields matching the SubmissionCreate data structure on the openapi spec:
TargetAssetID is an optional field, when it is supplied the submission is interpreted as a "Map Fix", when it is not supplied, the value is set to 0 and the submission is interpreted as a "New Map"
The data is then json encoded and sent to the
POST /submissions
endpointThis page reasonably exists, additional issues with it can be opened separately.