Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enable application submission #97

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

samderanova
Copy link
Contributor

@samderanova samderanova commented Dec 16, 2023

This does not entirely resolve #90 but takes a step towards doing so using native POST (instead of axios POST which we can use for error handling).

@samderanova samderanova linked an issue Dec 16, 2023 that may be closed by this pull request
Copy link
Contributor

Deploy preview for irvinehacks-site-2024 ready!

Name IrvineHacks 2024 Site
Preview Visit Preview
Commit 6580e6f

Copy link
Contributor

Deploy preview for irvinehacks-site-2024-sanity ready!

Name Sanity Studio
Preview Visit Preview
Commit 6580e6f

Copy link
Member

@taesungh taesungh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will work for now. However keep in mind that it would be better to have client-side error handling in case anything goes wrong during the form submission in which case we would need to use event.preventDefault and then send the POST request ourselves with axios or alike.

Copy link
Member

@taesungh taesungh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving to unblock as submission should still work, can revisit the client-side error handling after we have the other pages working.

@samderanova samderanova merged commit 9dd09da into main Dec 16, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable application submission to backend route
2 participants