One-liner
Track the removal (or replacement by MDIMs) of legacy explorers now that they've been migrated into ETL.
Context
Split out from #6028 (now closed), which tracked the migration of all explorers into ETL. Migration is essentially complete — the last one, global-health, is tracked in #6513. This issue tracks the remaining removals.
Pending removals
Already removed
Notes:
- Income/Inequality explorers to be removed as we work on income TP redesign.
- Poverty explorer unclear.
Relevant skills
Replacing an explorer with one or more MDIMs (and redirecting its views) roughly follows this pipeline:
/create-multidim — build the replacement MDIM(s) if they don't exist yet.
/map-explorer-to-mdim — suggest a redirect mapping from the sunsetting explorer's views to the replacement MDIM view(s); pulls views from the grapher DB, writes CSV proposals, and flags when several explorer views collide on the same MDIM view.
/review-explorer-mdim-mapping — generate a self-contained side-by-side HTML (in ai/) with approve/flag controls so a human can sign off on each explorer→MDIM view mapping before it's applied. Consumes the output of /map-explorer-to-mdim. (The nd_view_review.json artifact attached for natural-disasters above is this kind of mapping.)
Note: redirects can't actually be applied until bulk explorer→MDIM view redirect support is ready (see natural-disasters above).
Reference
One-liner
Track the removal (or replacement by MDIMs) of legacy explorers now that they've been migrated into ETL.
Context
Split out from #6028 (now closed), which tracked the migration of all explorers into ETL. Migration is essentially complete — the last one,
global-health, is tracked in #6513. This issue tracks the remaining removals.Pending removals
energy#6054 📊 energy: Update Statistical Review and refactor energy namespace #6393Already removed
Notes:
Relevant skills
Replacing an explorer with one or more MDIMs (and redirecting its views) roughly follows this pipeline:
/create-multidim— build the replacement MDIM(s) if they don't exist yet./map-explorer-to-mdim— suggest a redirect mapping from the sunsetting explorer's views to the replacement MDIM view(s); pulls views from the grapher DB, writes CSV proposals, and flags when several explorer views collide on the same MDIM view./review-explorer-mdim-mapping— generate a self-contained side-by-side HTML (inai/) with approve/flag controls so a human can sign off on each explorer→MDIM view mapping before it's applied. Consumes the output of/map-explorer-to-mdim. (Thend_view_review.jsonartifact attached for natural-disasters above is this kind of mapping.)Reference