# Default Master Deliverables List spec, served by zddc-server when no # operator-supplied mdl.table.yaml exists at archive//. Operators # can override per-party by writing their own file at # archive//mdl.table.yaml plus a tables: { mdl: ./mdl.table.yaml } # entry in the party's .zddc. title: Master Deliverables List description: Planned and actual deliverables for this party. rowSchema: ./mdl.form.yaml rows: ./mdl columns: - field: tracking title: Tracking width: 11em sort: asc - field: title title: Deliverable - field: discipline title: Disc. width: 5em - field: type title: Type width: 6em - field: plannedRevision title: Rev. width: 5em - field: plannedDate title: Planned format: date - field: status title: Status width: 6em enum: [DFT, IFR, IFA, IFC, AFC, AB] - field: owner title: Owner defaults: sort: - { field: plannedDate, dir: asc }