-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feat: CalFresh help info #1970
Conversation
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.
fixes failing eligibility view tests
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 small change requested, 1 question/suggestion
for consistency
update usage in verifier selection form, context processors, and tests
expected behavior is to return an ordered list of the unique values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice refactor/helpers!
I think it's cool that our help sections will be ordered the same as our verifier selection page now
Post-merge needed
|
Closes #1920
This PR implements the help page includes template for CalFresh information. A small refactor was needed to put
help_template
onEligibilityVerifier
instead ofTransitAgency
so that the help information is not hard-coded for any agency.Screenshot
To test locally
Run
./bin/reset_db.sh
to recreate your database with newly updated fixtures. Start your app locally and view Help page.