-
Notifications
You must be signed in to change notification settings - Fork 185
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
Massachusetts Emergency Aid to the Elderly, Disabled and Children (EAEDC) #4870
Open
hua7450
wants to merge
28
commits into
PolicyEngine:master
Choose a base branch
from
hua7450:hua7450/issue1712
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
PavelMakarchuk
requested changes
Aug 15, 2024
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/age_threshold.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/age_threshold.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_net_income.py
Outdated
Show resolved
Hide resolved
hua7450
commented
Aug 15, 2024
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_net_income.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Pinyan <[email protected]>
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_income_limit.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_income_limit.py
Outdated
Show resolved
Hide resolved
hua7450
commented
Aug 22, 2024
...cyengine_us/variables/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_disabled_earned_income.py
Outdated
Show resolved
Hide resolved
hua7450
commented
Aug 22, 2024
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_earned_income.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Pinyan <[email protected]>
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue1712
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4870 +/- ##
========================================
Coverage 99.10% 99.10%
========================================
Files 2687 2703 +16
Lines 38934 39159 +225
Branches 170 171 +1
========================================
+ Hits 38585 38810 +225
Misses 315 315
Partials 34 34 ☔ View full report in Codecov by Sentry. |
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue1712
PavelMakarchuk
requested changes
Aug 29, 2024
...cyengine_us/variables/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_disabled_earned_income.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_total_earned_income.py
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_earned_income.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_total_earned_income.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/ma_eaedc_dependent_care_deduction.py
Outdated
Show resolved
Hide resolved
...ables/gov/states/ma/dta/tcap/eaedc/eligibility/ma_eaedc_dependent_care_deduction_eligible.py
Outdated
Show resolved
Hide resolved
...e_us/variables/gov/states/ma/dta/tcap/eaedc/eligibility/ma_eaedc_disabled_income_eligible.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/eligibility/ma_eaedc_assets_eligible.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/eligibility/ma_eaedc_age_eligible.py
Outdated
Show resolved
Hide resolved
...cyengine_us/variables/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_disabled_earned_income.py
Show resolved
Hide resolved
Can we complete this given its importance to MyFriendBen, or should we start with a new PR? |
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue1712
PavelMakarchuk
requested changes
Jan 16, 2025
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/standard_assistance/increment.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/standard_assistance/increment.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/standard_assistance/base.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/standard_assistance/base.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_standard_assistance.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/eligibility/ma_eaedc_eligible.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/eligibility/ma_eaedc_eligible.py
Outdated
Show resolved
Hide resolved
...ngine_us/variables/gov/states/ma/dta/tcap/eaedc/eligibility/ma_eaedc_financially_eligible.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/ma_eaedc.py
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/assets/list.yaml
Outdated
Show resolved
Hide resolved
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue1712
PavelMakarchuk
requested changes
Jan 19, 2025
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/assets/limit.yaml
Outdated
Show resolved
Hide resolved
...gine_us/parameters/gov/states/ma/dta/tcap/eaedc/deductions/dependent_care/age_threshold.yaml
Outdated
Show resolved
Hide resolved
...ne_us/parameters/gov/states/ma/dta/tcap/eaedc/deductions/dependent_care/maximum_expense.yaml
Outdated
Show resolved
Hide resolved
...cyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/deductions/income_disregards/months.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/income/disabled_cap.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/standard_assistance/increment.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/standard_assistance/base.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/eligibility/ma_eaedc_assets_eligible.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/eligibility/ma_eaedc_assets_eligible.py
Outdated
Show resolved
Hide resolved
...e_us/variables/gov/states/ma/dta/tcap/eaedc/eligibility/ma_eaedc_disabled_income_eligible.py
Show resolved
Hide resolved
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue1712
PavelMakarchuk
requested changes
Jan 23, 2025
...ngine_us/variables/gov/states/ma/dta/tcap/eaedc/income/me_eaedc_no_disabled_earned_income.py
Outdated
Show resolved
Hide resolved
...e_us/variables/gov/states/ma/dta/tcap/eaedc/eligibility/ma_eaedc_disabled_income_eligible.py
Outdated
Show resolved
Hide resolved
...e_us/variables/gov/states/ma/dta/tcap/eaedc/eligibility/ma_eaedc_disabled_income_eligible.py
Show resolved
Hide resolved
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue1712
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue1712
PavelMakarchuk
requested changes
Feb 3, 2025
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/age_threshold.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/dta/tcap/eaedc/assets/limit.yaml
Outdated
Show resolved
Hide resolved
...gine_us/parameters/gov/states/ma/dta/tcap/eaedc/deductions/dependent_care/age_threshold.yaml
Outdated
Show resolved
Hide resolved
...ne_us/parameters/gov/states/ma/dta/tcap/eaedc/deductions/dependent_care/maximum_expense.yaml
Outdated
Show resolved
Hide resolved
...ne_us/parameters/gov/states/ma/dta/tcap/eaedc/deductions/dependent_care/maximum_expense.yaml
Outdated
Show resolved
Hide resolved
PavelMakarchuk
requested changes
Feb 3, 2025
...gine_us/parameters/gov/states/ma/dta/tcap/eaedc/deductions/dependent_care/age_threshold.yaml
Outdated
Show resolved
Hide resolved
...gine_us/parameters/gov/states/ma/dta/tcap/eaedc/deductions/dependent_care/age_threshold.yaml
Outdated
Show resolved
Hide resolved
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue1712
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.
Fixes #1712