Update CCDF coverage to reflect merged policyengine-us implementations#44
Merged
Conversation
Refreshes the CCDF state coverage list on the model coverage page: - Promote AL, AR, WA, WV from "in open PR" to implemented (PRs #8322, #8324, #8208, #7948 merged). AR's path corrected to ar/ade/oec/sra. - Add HI, IN, KS, KY, VT — implemented in policyengine-us but missing from the list entirely. - Keep AZ (#8373), GA (#7958), MD (#7889) as in-progress open PRs. Coverage now reads 27 state programs implemented + 3 in open PRs (was 18 + 7). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Add the 21 states without a CCDF implementation as notStarted entries so the state coverage grid reflects that CCDF is a federal block grant operated by all 50 states + DC. The detail panel now reads "27 / 51 complete" (was "27 / 30") and renders the unimplemented states as greyed squares, making the remaining gap visible. Coverage summary updated to "27 of 51 state programs implemented + 3 in open PRs". 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
The CCDF section of the model coverage page (
/us/model/rules/coverage) was out of date. This refreshes it against the actual implementations onpolicyengine-usmaster.Coverage line: 27 state programs implemented + 3 in open PRs (was 18 + 7).
Promoted from "in open PR" → implemented (PRs since merged)
al_ccsp)ar_sra)wa_wccc)wv_ccap)AR's GitHub links were corrected to the real path
gov/states/ar/ade/oec/sra.Newly added (implemented in
policyengine-usbut missing from the list)hi_ccap)gov/states/hi/bessd/ccapin_ccdf)gov/states/in/fssa/ccdfks_ccap)gov/states/ks/dcf/ccapky_ccap)gov/states/ky/dcbs/ccapvt_ccfap)gov/states/vt/dcf/ccfapStill in progress (open PRs — left as
inProgress)Each implemented state's parameter/variable/test links point at the actual tracked directories on
policyengine-usmaster.Verification
policyengine-usorigin/master.gh.npx tsc --noEmitandnpx eslint src/data/programs.tsboth pass clean.🤖 Generated with Claude Code