mirror of
https://github.com/apache/superset.git
synced 2026-05-30 04:39:20 +00:00
Read all 96 cells of the legacy notebook; categorized every kind of work it does into 14 buckets and mapped each to either: - ✅ already covered by the proposed design - 🟡 covered but requires a YAML config we'll need to port - 🟠 needs a NEW config file or pipeline feature beyond what was sketched - ⚪ might be obsolete in current NE — verify per case Surfaced four NEW config-driven build features beyond the original sketch: - territory_assignments.yaml (China + SARs, Finland + Åland) - regional_aggregations.yaml (Turkey NUTS-1, France/Italy/Philippines regions; new "Aggregated regions" admin level) - composite_maps.yaml (France-with-Overseas multi-country composite) - external_overrides.yaml (India/Latvia/Philippines third-party GeoJSON; verify whether still needed against current NE) Plus extended flying_islands.yaml with drop|reposition action modes to subsume the bounds-clipping pattern (Netherlands, UK). Updated open questions, smoke-test fixtures (now 5 cases that exercise the full surface), and Phase 1 of the implementation plan with the obsolescence check + external-GeoJSON check as concrete follow-ups. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>