# Default project-rollup Master Deliverables List spec, served by # zddc-server when no operator-supplied table.yaml exists at # /mdl/. # # This view aggregates every deliverable row from every party under # /archive/. Each synthetic row is backed by the real file # at /archive//mdl/.yaml; the leading `party` # column is derived from the row's source folder (path-injected by # the server, not stored in the YAML). # # + Add row is suppressed in this view because the party affiliation # would be ambiguous — add deliverables at the per-party path # (/archive//mdl/) and they'll appear here on next # load. title: Project Deliverables (all parties) description: Every deliverable across all parties under archive/. Click a row to edit; add rows at the per-party MDL view. addable: false columns: - field: party title: Package width: 7em - field: originator title: Originator width: 8em - field: phase title: Phase width: 5em - field: project title: Project width: 8em - field: area title: Area width: 5em - field: discipline title: Disc. width: 5em - field: type title: Type width: 6em - field: sequence title: Seq. width: 5em - field: suffix title: Suffix width: 5em - field: title title: Deliverable - field: plannedRevision title: Rev. width: 5em - field: plannedDate title: Planned format: date width: 8em - field: status title: Status width: 6em enum: [DFT, IFR, IFA, IFC, AFC, AB] - field: owner title: Owner width: 12em defaults: sort: - { field: party, dir: asc } - { field: plannedDate, dir: asc }