Assets & BIA optisch 1:1 ans Mockup angeglichen

- Neue Mockup-Bausteine (mockup-ui.tsx): PageHead mit Crumb/Untertitel,
  KPI-Kapseln, C/I/A-Quadrate in Mockup-Farben, Tag-Chips, Owner-Chips
  mit Mini-Avatar ("kein Owner" als rote Pille), Status-/Kritikalitäts-
  Pillen, Pillen-Filter-Tabs
- Asset-Inventar wie im Mockup: Seitenkopf mit Zähler-Untertitel und
  Ghost-Buttons (Excel-Import/Export, deaktiviert bis zur Funktion),
  4 KPI-Kapseln (gesamt, hoher Schutzbedarf, ohne Owner, Lieferanten),
  Typ-Filter als Pillen-Tabs + Filtersuche in der Tabellenkarte,
  Abhängigkeiten-Spalte
- BIA-Seite wie im Mockup: "Kritikalität der Prozesse" mit RTO/RPO/MTD
  und Kritikalitäts-Pillen; Prozess-Detail als schließbares, schreib-
  geschütztes Popup (?detail=id, serverseitig gerendert): primäres Asset
  mit violettem Kartenrand, Sekundär-Tabelle, BIA-Kennzahlen-Band,
  Bearbeiten-Button führt zur Editier-Seite
- Tabellenköpfe uppercase/muted, Zeilen-Hover wie im Mockup; Asset-
  Detail und Prozess-Editier-Seite auf die neuen Bausteine umgestellt

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Martin
2026-07-02 14:40:42 +02:00
co-authored by Claude Fable 5
parent 0befcc6a2c
commit 9997597663
10 changed files with 615 additions and 179 deletions
+36 -2
View File
@@ -87,7 +87,24 @@
"editTitle": "Edit asset",
"createTitle": "Create asset",
"deleted": "Asset deleted",
"inheritedNote": "Inherited protection needs from processes (max principle) are considered in the BIA."
"inheritedNote": "Inherited protection needs from processes (max principle) are considered in the BIA.",
"crumb": "Core data",
"invTitle": "Asset inventory",
"invSub": "{count} assets · protection needs by C/I/A · linked to BIA and risk",
"excelImport": "Excel import",
"export": "Export",
"kpiTotal": "Total assets",
"kpiTotalTrend": "{count} types",
"kpiHigh": "High protection needs",
"kpiHighTrend": "C/I/A ≥ 3",
"kpiNoOwner": "Without owner",
"kpiNoOwnerTrend": "assignment needed",
"kpiSuppliers": "Suppliers",
"kpiSuppliersTrend": "external",
"all": "All",
"filter": "Filter …",
"noOwner": "no owner",
"dependencies": "Dependencies"
},
"assetType": {
"INFORMATION": "Information",
@@ -132,7 +149,24 @@
"impact": "Damage level per protection goal (14)",
"notes": "Notes / damage scenarios",
"biaSaved": "BIA saved",
"noBia": "No BIA recorded yet."
"noBia": "No BIA recorded yet.",
"biaTitle": "Business impact analysis",
"biaSub": "Criticality of business processes · RTO / RPO / MTD",
"biaReport": "BIA report (PDF)",
"critTable": "Process criticality",
"process": "Business process",
"detailHeading": "Process detail · {name}",
"detailSub": "Assigned assets by role",
"critLabel": "Criticality: {label}",
"primaryPill": "★ Primary asset",
"primaryNote": "Result produced by the process",
"secondaryPill": "◆ Secondary assets",
"secondaryNote": "Required for processing",
"inherits": "inherits protection needs to secondary assets",
"showDependencies": "Show dependencies →",
"impactShort": "Damage level (C/I/A)",
"close": "Close",
"noAssets": "No assets assigned yet."
},
"processRole": {
"PRIMARY": "Primary",