Skip to content

tracking: remove/replace explorers superseded by MDIMs #6514

Description

@lucasrodes

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:

  1. /create-multidim — build the replacement MDIM(s) if they don't exist yet.
  2. /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.
  3. /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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions