Problem
function: Gantt is a reserved presentation role: the parser knows it and rejects it with "not yet supported" (the honest behavior), but no template renders it. Sibling ask to #6549 (function: Board); of the reserved trio (Board / Gantt / Timeline) only Board has a tracking issue so far.
Ask
Un-reserve function: Gantt with a generated project-plan view over an entity carrying start/end dates: horizontal bars on a time axis, grouped rows, ideally a dependsOn-style predecessor relation rendered as arrows and a percent-complete field rendered as bar fill. The existing view: range calendar covers the "bars on dates" basics; Gantt adds the hierarchy/dependency semantics that make it a plan rather than a leave calendar. Descriptor shape would mirror calendar: (gantt: { start, end, title, group?, dependsOn?, progress? }).
Problem
function: Ganttis a reserved presentation role: the parser knows it and rejects it with "not yet supported" (the honest behavior), but no template renders it. Sibling ask to #6549 (function: Board); of the reserved trio (Board / Gantt / Timeline) only Board has a tracking issue so far.Ask
Un-reserve
function: Ganttwith a generated project-plan view over an entity carrying start/end dates: horizontal bars on a time axis, grouped rows, ideally adependsOn-style predecessor relation rendered as arrows and a percent-complete field rendered as bar fill. The existingview: rangecalendar covers the "bars on dates" basics; Gantt adds the hierarchy/dependency semantics that make it a plan rather than a leave calendar. Descriptor shape would mirrorcalendar:(gantt: { start, end, title, group?, dependsOn?, progress? }).