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

Add application question for prior bootcamps or programs #645

Merged
merged 3 commits into from
Dec 1, 2024

Conversation

jonulak
Copy link
Contributor

@jonulak jonulak commented Nov 30, 2024

This pull request adds a field to the student application form to indicated if the applicant has completed any prior bootcamps or programs.

Implementation

  • Adds a checkbox for the applicant to indicate if any prior programs have been completed
  • If checked, a text area will show where programs may be listed. If the checkbox is checked, entering text into the text box is required. The text area will animate into view as the check box is checked.
  • All fields below the text area will animate up or down as the check box is checked or unchecked.
  • Relevant fields added to /api/apply endpoint and the corresponding slack channel output

Affected files

  • /src/components/forms/apply-form.tsx
  • /src/pages/api/apply.ts

Resolves #595

Copy link

vercel bot commented Nov 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vets-who-code-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 1, 2024 6:23pm

@jonulak jonulak self-assigned this Nov 30, 2024
@jonulak
Copy link
Contributor Author

jonulak commented Nov 30, 2024

Added a question for the applicant to indicate if they will be attending concurrent courses alongside Vets Who Code with the same implementation as previously added question.

Copy link
Contributor

@jeromehardaway jeromehardaway left a comment

Choose a reason for hiding this comment

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

Lets change the placeholder.

@jeromehardaway jeromehardaway merged commit 573eeb8 into master Dec 1, 2024
3 checks passed
@jeromehardaway jeromehardaway deleted the jonulak/add-prior-bootcamp-app-question branch December 1, 2024 23:34
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.

Add Question(s) on Prior Coding Bootcamp or Tech Program Attendance to Application Form
2 participants