- 
                Notifications
    You must be signed in to change notification settings 
- Fork 201
Add child age requirements for SNAP student ineligibility #6735
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
base: master
Are you sure you want to change the base?
Conversation
…lopment - Remove .claude submodule configuration - Add .claude directory contents as tracked files - Remove .gitmodules as .claude was the only submodule - Enable direct editing of agent prompts for experimentation This allows for easier iteration on agent prompt improvements without managing a separate submodule repository.
| Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@            Coverage Diff            @@
##            master     #6735   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           22        27    +5     
=========================================
+ Hits            22        27    +5     
 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
 | 
| ## Special Rules for TANF | ||
| 1. xxx | ||
| 2. xxxx | 
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.
?
| @@ -0,0 +1,12 @@ | |||
| description: The Department of Agriculture includes student in the Supplemental Nutrition Assistance Program unit if they are parents caring for a young child under this age. | |||
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.
| description: The Department of Agriculture includes student in the Supplemental Nutrition Assistance Program unit if they are parents caring for a young child under this age. | |
| description: The Department of Agriculture provides the Supplemental Nutrition Assistance Program to students if they are parents caring for a child below this age. | 
| period: year | ||
| label: SNAP student parent young child age threshold | ||
| reference: | ||
| - title: 7 U.S. Code § 2015 - Eligibility disqualifications (e)(5) | 
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.
| - title: 7 U.S. Code § 2015 - Eligibility disqualifications (e)(5) | |
| - title: 7 U.S. Code § 2015 - Eligibility disqualifications (e)(5)(A) | 
| @@ -0,0 +1,12 @@ | |||
| description: The Department of Agriculture includes student in the Supplemental Nutrition Assistance Program unit if they are parent caring for a younger child under this age. | |||
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.
similar as above
| | receives_tanf | ||
| ) | ||
|  | ||
| return is_higher_ed_student & ~meets_any_exception | 
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.
Can we break this formula up into intermediate variables?
Fixes #6731