Add Nebraska to CCDF program coverage metadata#8668
Open
PavelMakarchuk wants to merge 1 commit into
Open
Conversation
Nebraska's Child Care Subsidy (ne_child_care_subsidy, under gov/states/ne/dhhs/child_care_subsidy) is implemented but was missing from the CCDF entry in programs.yaml, so it did not appear on the model coverage page. Adds the NE state implementation and includes it in the coverage list (now 31 jurisdictions). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
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.
Summary
Nebraska's Child Care Subsidy is implemented in the model (
ne_child_care_subsidy, undergov/states/ne/dhhs/child_care_subsidy, with parameters) but was missing from the CCDF entry inprograms.yaml. As a result it doesn't appear on the model coverage page (/us/model/rules/coverage), which is driven by this metadata viaapi.policyengine.org/<country>/metadata→modelled_policies.This adds the NE
state_implementationand includes NE in thecoveragelist. CCDF now lists 31 jurisdictions.Status note for reviewer
I marked NE
completebecause it produces an end-to-end subsidy amount plus eligibility variables. If the maintainers consider the Nebraska model still partial (e.g. missing copay/payment-rate detail comparable to othercompletestates), changestatustoin_progressorpartial.Context
This is the data-side fix for the stale CCDF coverage shown on the model page. Note the live page is also lagging because the deployed API runs
policyengine-us1.715.2 whilemainis at 1.730.1 — the other recently-added CCDF states (AL, FL, HI, IA, ID, IN, KS, KY) are already correct inmainand will appear once the API is redeployed on a newer release.Verification
programs.yamlparses; CCDF now has 31 state implementations and 31 coverage entries.ne_child_care_subsidyvariable andgov/states/ne/dhhs/child_care_subsidyparameter directory confirmed present onmain.programs.yamlstructure; change is metadata-only.🤖 Generated with Claude Code