Skip to content

Commit 5bc1d77

Browse files
authored
Merge pull request #2698 from PolicyEngine/fix-obbba-streamlit-embed
Restore OBBBA household explorer to use Streamlit app
2 parents 115dd1d + 5f7a079 commit 5bc1d77

6 files changed

Lines changed: 9 additions & 15 deletions

File tree

src/PolicyEngine.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ import style from "./style";
4444
import RedirectToCountry from "./routing/RedirectToCountry";
4545
import CountryIdLayout from "./routing/CountryIdLayout";
4646
import RedirectBlogPost from "./routing/RedirectBlogPost";
47-
import RedirectOBBBAHouseholdExplorer from "./routing/RedirectOBBBAHouseholdExplorer";
4847
import { StatusPage } from "./pages/StatusPage";
4948
import ManifestosComparison from "./applets/ManifestosComparison";
5049
import DeveloperLayout from "./pages/DeveloperLayout";
@@ -387,11 +386,6 @@ export default function PolicyEngine() {
387386
/>
388387
{/* redirect from /countryId/blog/slug to /countryId/research/slug */}
389388
<Route path="blog/:postName" element={<RedirectBlogPost />} />
390-
{/* redirect from old obbba-household-explorer to obbba-household-by-household */}
391-
<Route
392-
path="obbba-household-explorer"
393-
element={<RedirectOBBBAHouseholdExplorer />}
394-
/>
395389
</Route>
396390
<Route path="/uk/cec" element={<CitizensEconomicCouncil />} />
397391
<Route path="/uk/2024-manifestos" element={<ManifestosComparison />} />

src/apps/apps.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
{
33
"title": "OBBBA household impact explorer",
44
"description": "Interactive tool to explore household-level impacts of the One Big Beautiful Bill Act",
5+
"url": "https://obbba-household-explorer.streamlit.app/?embed=true",
6+
"slug": "obbba-household-explorer",
7+
"tags": ["us", "featured", "policy"]
8+
},
9+
{
10+
"title": "OBBBA household-by-household analysis",
11+
"description": "Detailed household-by-household impact analysis of the One Big Beautiful Bill Act",
512
"url": "https://policyengine.github.io/obbba-scatter",
613
"slug": "obbba-household-by-household",
714
"tags": ["us", "featured", "policy"]

src/images/posts/introducing-obbba-household-by-household.png renamed to src/images/posts/introducing-obbba-household-explorer.png

File renamed without changes.

src/posts/articles/introducing-obbba-household-by-household.md renamed to src/posts/articles/introducing-obbba-household-explorer.md

File renamed without changes.

src/posts/posts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"description": "New interactive tool reveals household-level impacts of the One Big Beautiful Bill Act.",
1414
"date": "2025-07-03",
1515
"tags": ["us", "policy", "featured", "reconciliation"],
16-
"filename": "introducing-obbba-household-by-household.md",
17-
"image": "introducing-obbba-household-by-household.png",
16+
"filename": "introducing-obbba-household-explorer.md",
17+
"image": "introducing-obbba-household-explorer.png",
1818
"authors": ["max-ghenis", "pavel-makarchuk", "elena-cura"]
1919
},
2020
{

src/routing/RedirectOBBBAHouseholdExplorer.jsx

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)