# Default project-rollup Risk Register spec, served by zddc-server # when no operator-supplied table.yaml exists at /rsk/. # # This view aggregates every risk row from every party under # /archive/. Each synthetic row is backed by the real file # at /archive//rsk/.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 risks at the per-party path # (/archive//rsk/) and they'll appear here on next # load. title: Project Risk Register (all parties) description: Every risk across all parties under archive/. Click a row to edit; add rows at the per-party RSK view. addable: false columns: - field: party title: Package width: 7em - field: id title: ID width: 6em - field: title title: Risk - field: category title: Category width: 10em - field: likelihood title: L width: 4em - field: impact title: I width: 4em - field: severity title: Sev width: 5em - field: owner title: Owner width: 12em - field: status title: Status width: 9em enum: [open, mitigated, accepted, closed] - field: dueDate title: Due format: date width: 8em defaults: sort: - { field: severity, dir: desc } - { field: party, dir: asc }