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

Submit Application Endpoint #48

Merged
merged 10 commits into from
Feb 18, 2024
Merged

Submit Application Endpoint #48

merged 10 commits into from
Feb 18, 2024

Conversation

kimharr24
Copy link

@kimharr24 kimharr24 commented Feb 15, 2024

ℹ️ Issue

Closes #20

📝 Description

Added an endpoint for submitting an application through Google Forms.

✔️ Verification

I used a Google Forms with an AppScript script that submits an application to our localhost backend API. After submitting an application, the application appears in the Applications table and can be accessed via user.applications.

🏕️ (Optional) Future Work / Notes

Make application role dynamic (not just developer role)
Consider using jsonb instead of varchar for array data

Copy link
Member

@chromium-52 chromium-52 left a comment

Choose a reason for hiding this comment

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

LGTM!

@kimharr24 kimharr24 merged commit 0eecc22 into main Feb 18, 2024
4 checks passed
@chromium-52 chromium-52 deleted the ojn03/feat-submit-application branch February 22, 2024 22:26
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.

Create submit application endpoint
3 participants