Restore: Map (FEC overlay), Interactive Charts, Chapter 5 FEC — recover from accidental deletion - #19
Merged
Conversation
…deletion Root cause: commit 9d47afc (Jun 26, "fix: Correct Trone self-loan amount") deleted 1498 lines from index.html — removing Chapter 5 (FEC), Interactive Charts, Data Sources, and the footer. A follow-up commit (bc09855) partially restored ~1000 lines but the page remained truncated and broken. A second issue: commit d769a04 (Jun 15) replaced the county unemployment choropleth + FEC circle layer with a BAI choropleth, removing the FEC overlay. This commit: - Restores full index.html (1496 lines) from last complete state (f305abe) - Restores the county unemployment + FEC employer contributions map section and accompanying verbiage, replacing the BAI-only framing - Restores maps/dmv_counties.html to the FEC-overlay version (05b4d1a) - Restores Chapter 5 — Who Funds the Freeze (FEC political layer) - Restores Interactive Charts section (11 Plotly iframes) - Makes Interactive Charts visible by default (display:block, not display:none) Co-Authored-By: Claude <noreply@anthropic.com>
thedatavigilante
marked this pull request as ready for review
July 9, 2026 20:48
thedatavigilante
added a commit
that referenced
this pull request
Jul 9, 2026
Corrects PR #19 which restored the map from the wrong commit. Restores maps/dmv_counties.html from d769a04 (BAI choropleth version): - County fill colors by BAI tier (crimson → orange → gold → green) - Hover tooltip: BAI, Max UI Benefit, Housing Cost, Housing Gap, Wage Replacement Rate, WBI, Per-Worker SUI Gap - Legend with state BAI values (DC: 0.854, MD: 0.956, VA: 1.024) Updates index.html map section to match BAI framing.
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.
What Happened (Root Cause)
Two separate commits damaged the site:
1.
9d47afc— Jun 26 — "fix: Correct Trone self-loan amount"Accidentally deleted 1,498 lines from
index.html, removing:A follow-up commit (
bc09855) partially restored ~1,000 lines, but the page remained broken and truncated — the HTML was unclosed and the three sections were gone.2.
d769a04— Jun 15 — "Redesign choropleth"Replaced the county unemployment + FEC employer circle layer choropleth with a BAI-only map, removing the FEC overlay from
maps/dmv_counties.htmland rewriting the map section verbiage.What This PR Restores
maps/dmv_counties.htmlFEC employer circlesApproach
index.htmlfrom the last complete version (f305abe, 1,498 lines)05b4d1amaps/dmv_counties.htmlfrom05b4d1a(FEC employer contributions layer intact)display:none→display:blockon the Interactive Charts container so charts are visible on page loadVerify
index.html</body></html>Generated by Claude Code