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

[105] Add date of birth field to search form #57

Merged
merged 4 commits into from
Jul 24, 2023

Commits on Jul 20, 2023

  1. Add date of birth field to search form

    - Add date of birth field to form
    - Validate that the date of birth is a valid date via custom validator DayMonthYearValidator
    - Create InvalidDate class that returns a date-like-object which can be used to re-populate
      the form if an invalid date is given
    AbigailMcP committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0d6b6ed View commit details
    Browse the repository at this point in the history
  2. Expand search to include date_of_birth

    - Include date_of_birth where clause in `includes_record?` method on ChildrensBarredListEntry
    - Display date_of_birth supplied by user in both Record found and No record found pages
    AbigailMcP committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0780a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc49c99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3706c4f View commit details
    Browse the repository at this point in the history