Rework the SubmissionForm's error handling to, where possible, display error messages returned from API calls, both image upload and event submission, and allow the user to resubmit.
TBD:
Can we improve validation to reduce error potential?
Are there any error conditions that can't be recovered from / after which we should not allow resubmission?
Rework the
SubmissionForm
's error handling to, where possible, display error messages returned from API calls, both image upload and event submission, and allow the user to resubmit.TBD: