# `PhoenixKitProjects.Web.ProjectGanttLive`
[🔗](https://github.com/BeamLabEU/phoenix_kit_projects/blob/v0.15.0/lib/phoenix_kit_projects/web/project_gantt_live.ex#L1)

Gantt / waterfall view of a project — the same data as
`ProjectShowLive`, rendered as horizontal bars on a date axis via the
`PhoenixLiveGantt` component instead of the vertical timeline.

Read-only: it visualizes the project's assignments as a sequential
schedule (each task starts where the previous one ends, honoring the
project's weekday/weekend rules via `Project.eta_from/3`) and draws
dependency arrows between them. Mutations still happen on the vertical
show page; the two views share the project UUID.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
