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

Feat: CalFresh help info #1970

Merged
merged 9 commits into from
Mar 22, 2024
Merged

Feat: CalFresh help info #1970

merged 9 commits into from
Mar 22, 2024

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    8a8988e View commit details
    Browse the repository at this point in the history
  2. refactor: move help_template to EligibilityVerifier and use unique ones

    we need the templates to be specified on verifiers so that the help page
    reflects configuration changes rather than being hard-coded on an
    agency's template.
    angela-tran committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b1a6883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc95f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13335a8 View commit details
    Browse the repository at this point in the history
  5. fix: context processor should use same filter as verifier selection form

    fixes failing eligibility view tests
    angela-tran committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ce14b73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc0a6d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. chore(conftest): move test fixtures into conftest

    for consistency
    angela-tran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0cd9a1e View commit details
    Browse the repository at this point in the history
  2. refactor(models): add property to TransitAgency to get active verifiers

    update usage in verifier selection form, context processors, and tests
    angela-tran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d79f06c View commit details
    Browse the repository at this point in the history
  3. test: unit test for helper function

    expected behavior is to return an ordered list of the unique values
    angela-tran committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f3fe500 View commit details
    Browse the repository at this point in the history