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

Colorado Child Care Assistance Program (CCCAP) #3002

Merged
merged 75 commits into from
Nov 1, 2023

Conversation

qingqiuzhang
Copy link
Collaborator

@qingqiuzhang qingqiuzhang commented Sep 13, 2023

Fixes #2687

πŸ€– Generated by Copilot at 5d4d693

Summary

πŸ“±πŸ› οΈπŸŒ

Add a new policy parameter ubi_amount to the US tax and benefit system. Use this parameter to implement a simple universal basic income (UBI) reform in reform_1.yaml. Update the web app interface and documentation to reflect the new parameter and reform.

is_valid checks
refactored for clarity
autumn leaves falling

Walkthrough

  • Add a new parameter ubi_amount to the UBI reform function ()

@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (aee07d9) 98.94% compared to head (976cb94) 98.94%.

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #3002    +/-   ##
========================================
  Coverage   98.94%   98.94%            
========================================
  Files        1777     1794    +17     
  Lines       26628    26861   +233     
  Branches      148      156     +8     
========================================
+ Hits        26347    26578   +231     
- Misses        244      245     +1     
- Partials       37       38     +1     
Files Coverage Ξ”
...ables/gov/states/co/ccap/co_ccap_child_eligible.py 100.00% <100.00%> (ΓΈ)
...les/gov/states/co/ccap/co_ccap_countable_income.py 100.00% <100.00%> (ΓΈ)
...s/variables/gov/states/co/ccap/co_ccap_eligible.py 100.00% <100.00%> (ΓΈ)
...es/gov/states/co/ccap/co_ccap_eligible_children.py 100.00% <100.00%> (ΓΈ)
...variables/gov/states/co/ccap/co_ccap_parent_fee.py 100.00% <100.00%> (ΓΈ)
...us/variables/gov/states/co/ccap/co_ccap_subsidy.py 100.00% <100.00%> (ΓΈ)
...o/ccap/co_quality_rating_of_child_care_facility.py 100.00% <100.00%> (ΓΈ)
...gov/states/co/ccap/entry/co_ccap_entry_eligible.py 100.00% <100.00%> (ΓΈ)
...tes/co/ccap/entry/co_ccap_entry_income_eligible.py 100.00% <100.00%> (ΓΈ)
...v/states/co/ccap/entry/co_ccap_hhs_smi_eligible.py 100.00% <100.00%> (ΓΈ)
... and 9 more

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@leogoldman leogoldman self-requested a review September 21, 2023 19:55
@qingqiuzhang qingqiuzhang marked this pull request as ready for review October 19, 2023 02:33
@qingqiuzhang qingqiuzhang marked this pull request as draft October 19, 2023 02:34
@qingqiuzhang qingqiuzhang marked this pull request as ready for review October 19, 2023 20:57
Copy link
Contributor

@MaxGhenis MaxGhenis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which variable is the total net value of the CCCAP program/subsidy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Colorado Child Care Assistance Program (CCCAP)
3 participants