Merged
Conversation
UmairHundekar
pushed a commit
that referenced
this pull request
Nov 25, 2025
## Notion ticket link <!-- Please replace with your ticket's URL --> [Add Eligibility Criteria Section to Volunteer Intake Form](https://www.notion.so/Add-Eligibility-Criteria-Section-to-Volunteer-Intake-Form-2a710f3fb1dc802c85d7fe4f9ea56bde?source=copy_link) <!-- Give a quick summary of the implementation details, provide design justifications if necessary --> ## Implementation description * Instead of a radio button prompting the user to select whether they have a criminal record (and redirecting when they select yes), a list of checkboxes are displayed * All boxes must be checked to submit * <!-- What should the reviewer do to verify your changes? Describe expected results and include screenshots when appropriate --> ## Steps to test 1.Go to intake form and check for validity <!-- Draw attention to the substantial parts of your PR or anything you'd like a second opinion on --> ## What should reviewers focus on? * ## Checklist - [ ] My PR name is descriptive and in imperative tense - [ ] My commit messages are descriptive and in imperative tense. My commits are atomic and trivial commits are squashed or fixup'd into non-trivial commits - [ ] I have run the appropriate linter(s) - [ ] I have requested a review from the PL, as well as other devs who have background knowledge on this PR or who will be building on top of this PR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Notion ticket link
Add Eligibility Criteria Section to Volunteer Intake Form
Implementation description
Steps to test
1.Go to intake form and check for validity
What should reviewers focus on?
Checklist