====== Risikobewertung ====== === Offene Meldungen === ---- struct table ---- schema: meldung cols: %title%, m_id, person, Gegenstand, Kategorie, Zeitpunkt, status filter: status = offen dynfilters: 1 sort: ts DESC ---- === Meldungen in Behandlung=== ---- struct table ---- schema: meldung cols: %title%, m_id, person, Gegenstand, Kategorie, Zeitpunkt, status filter: status = in_behandlung dynfilters: 1 sort: ts DESC ---- === Risiken (bereits bewertet) === ---- struct table ---- schema: meldung cols: %title%, m_id, Gegenstand, Kategorie, Wahrscheinlichkeit, Auswirkungsgrad, r, status filter: status = bewertet dynfilters: 1 sort: r DESC ----