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:
+36
-2
@@ -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 (1–4)",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user