You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mentor and volunteer applications are moving from Google Forms to our site, so our backend will need to be modified accordingly.
On the Home Page, a section representing hacker, mentor, or volunteer applications called "Choose your character" needs to be added.
The hacker application form can be updated from the last application form.
route /apply can stay the same
Mentor and Volunteer application forms will need to be created.
routes /mentor and /volunteer need to be created
On your local dev environment, there's a dev route /api/dev/impersonate/<uid> where you can sign in as <uid> and simulate this user's identity.
To test application submission, disable upload_resume and send_application_confirmation_email in the backend api route /apply so you can submit applications using this user.
This user will be on your local instance of MongoDB localhost:8081 under database irvinehacks-prod and collection users
login credentials is username - admin, password - pass
waalbert
changed the title
[2025] Home Page: Release Hacker, Mentor, and Volunteer Applications
[2025] Release Hacker, Mentor, and Volunteer Applications
Nov 26, 2024
All applications will open December 6th.
/apply
can stay the same/mentor
and/volunteer
need to be created/api/dev/impersonate/<uid>
where you can sign in as<uid>
and simulate this user's identity.upload_resume
andsend_application_confirmation_email
in the backend api route/apply
so you can submit applications using this user.localhost:8081
under databaseirvinehacks-prod
and collectionusers
General
Other API restructuring
Application Flow
Portal
Hacker applications
Mentor and volunteer applications
Unplanned
To handle later
The text was updated successfully, but these errors were encountered: