# `PhoenixKitProjects.Web.Widgets.DeadlinesWidget`
[🔗](https://github.com/BeamLabEU/phoenix_kit_projects/blob/v0.21.2/lib/phoenix_kit_projects/web/widgets/deadlines_widget.ex#L1)

Dashboard widget: the running projects with the NEAREST planned ends —
soonest first, overdue flagged — so slipping work surfaces on the dashboard
before someone opens the projects page. Data comes from
`Projects.project_summaries/1` (the same batched math as the overview:
weekend-aware `planned_end`, progress %). Views: `detailed` (date, progress,
late badge) / `compact` (name + date). Settings: `"limit"`.

---

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