Web: Create Submission #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: StrafesNET/maps-service#1
Loading…
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
endpoint