Summary phases (also called summary tasks) group related tasks under a collapsible parent row. They are the primary tool for organizing a project into logical sections — phases, sprints, workstreams, or WBS levels. DPlan computes summary dates, duration, and progress automatically from the children.
A summary phase is a special task type that acts as a container for child tasks. It does not have its own independent start/finish dates or resources — instead, it derives these values from its children:
Summary phases appear as a distinct bar style on the Gantt timeline: a thin filled bar with downward bracket markers at each end, making them visually distinct from regular task bars.
After creation, the Task Editor opens. Give the phase a meaningful name — e.g., "Phase 1: Discovery", "Sprint 3", or "Backend Development". The Type field is pre-set to Summary and cannot be changed while the phase has children.
Tasks become children of a summary phase by indenting them:
To remove a task from a summary phase, select it and press Shift+Tab (Outdent). The task moves up one indent level.
Summary phases can be collapsed to hide their children and compact the view:
When collapsed, child tasks are hidden from the task table and the Gantt timeline. The summary bar remains visible. Collapsed state is preserved when you save to a .dplan file, so collaborators see the same view you set up.
On the Gantt timeline, summary phases render differently from regular tasks:
The Progress Rollup setting (found in Settings) controls how summary phase progress is calculated:
Phase Progress = Σ(child progress × child duration) / Σ(child duration)This duration-weighted average means a 10-day task at 100% contributes more to phase progress than a 1-day task at 100%. The summary progress field in the Task Editor is read-only when rollup is on.
DPlan recalculates summary dates every time a child task changes:
This means if you drag a child task's bar to start earlier, the summary bar automatically extends left. If you extend a child's duration past the summary finish, the summary bar extends right.
DPlan supports multi-level nesting. A summary phase can contain other summary phases, allowing deep WBS hierarchies:
1 Project Alpha 1.1 Phase 1: Planning 1.1.1 Stakeholder interviews 1.1.2 Requirements document 1.2 Phase 2: Development 1.2.1 Sprint 1 1.2.1.1 API design 1.2.1.2 Database schema 1.2.2 Sprint 2
Each level is indented visually in the task table. WBS numbers reflect the depth. Outer summary phases roll up from all descendants recursively.
The Dashboard counts summary phases separately from regular tasks in the task count KPIs. The "Total Tasks" KPI counts only leaf-level (non-summary) tasks. Summary phases appear in their own count. This distinction matters when comparing planned vs. completed counts.
Deleting a summary phase removes the phase row. You will be prompted to choose:
1 Discovery Phase 1.1 Kickoff meeting [1 day] 1.2 Stakeholder interviews [3 days] 1.3 Requirements sign-off [2 days] 2 Design Phase 2.1 Wireframes [5 days] 2.2 UI mockups [4 days] 2.3 Design review [1 day] 3 Build Phase 3.1 Backend API [10 days] 3.2 Frontend integration [8 days] 3.3 QA testing [5 days] 3.4 Deployment [2 days]
With Progress Rollup enabled: once all Discovery tasks reach 100%, the Discovery Phase bar fills completely. The overall project progress in the dashboard reflects weighted completion across all three phases.