Schematex
pert·PMI PMBOK 7 + Moder 1983 (AON/PDM)·business, industrial·complexity 3/3

Time-scaled migration plan (network-Gantt)

A data-centre migration in the time-scaled layout — x-position proportional to Early Start, width proportional to duration, with a unit time axis. Exercises start-to-start and finish-to-finish dependencies, lag/lead, a milestone, and lane packing.

For the program manager

Open in Playground →
pert·§
↘ preview
100%
PERT network — Data-centre migration 10 activities, project duration 52 days, critical path A → C → D → F → G → H → I → J. Data-centre migration 0 5 10 15 20 25 30 35 40 45 50 Inventory systems A ES 0 EF 5 slack 0 Stakeholder review B ES 1 EF 7 slack 0 Vendor selection C ES 7 EF 15 slack 0 Architecture D ES 15 EF 25 slack 0 Procurement E ES 17 EF 29 slack 6 Code refactor F ES 25 EF 40 slack 0 Pilot env G ES 35 EF 40 slack 0 Pilot run H ES 40 EF 47 slack 0 Cutover @ 47 Hypercare J ES 47 EF 52 slack 0 SS+1d FS+2d FF Project duration 52 days · 10 tasks · 11 dependencies · 9 critical Critical path: A → C → D → F → G → H → I → J
UTF-8 · LF · 15 lines · 572 chars✓ parsed·6.0 ms·16.6 KB SVG

layout: timescaled is the bridge between the network view and a Gantt chart. Each activity's x-position is proportional to its Early Start and its width is proportional to its duration, with a unit time axis along the bottom — so distance reads as time.

Full PDM dependencies. This network uses every relationship type beyond the default finish-to-start. B after: A SS+1 is start-to-start with a 1-day lag (stakeholder review begins a day into the inventory). E after: C+2 is FS with a 2-day lag (procurement waits two days after vendor selection finishes). G after: ... F FF is finish-to-finish (the pilot environment must be ready when the code refactor finishes, not after it). Each non-FS edge is labelled on the connector (SS+1d, FS+2d, FF).

Milestones and lane packing. Cutover is declared with the milestone flag — a zero-duration checkpoint drawn as a diamond at its scheduled date. To avoid overlaps, activities are greedily packed into horizontal lanes by start time, and task names sit above their bars (Gantt convention) so long labels never overflow a short bar.

Still computed, still critical-aware. Even in the time-scaled view the critical path is highlighted in red and slack is shown on each bar. Procurement (E) carries 6 days of slack and renders in blue, visibly off the critical chain A → C → D → F → G → H → I → J.

PERT / CPM syntax