mirror of
https://github.com/apache/superset.git
synced 2026-09-08 00:04:36 +00:00
First slice of the broader control-panel architecture ask: a mixin-based composite-control mechanism in superset_core so reusable field-level building blocks (starting with MetricControl) can be composed into widget control models via plain inheritance, without changing served schema shape. Dependency-graph/cycle-detection and value-propagation contract are scoped out to follow-up specs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>