refactor: Remove Modules step, add Regulations card to Dashboard

- Modules step deleted from sdk-steps.ts and SDK Flow
  (regulations are now shown in Scope-Decision tab with toggles)
- Dashboard: "Erkannte Regulierungen" card shows which regulations
  apply based on Scope-Profiling (DSGVO, AI Act, NIS2, HinSchG)
- Dashboard: Amber warning if Scope-Profiling not yet completed
- Link to Scope-Decision tab for details & customization

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-04 22:21:12 +02:00
parent 53f6f30cf0
commit c284cefada
3 changed files with 59 additions and 34 deletions
+1 -13
View File
@@ -83,19 +83,7 @@ export const SDK_STEPS: SDKStep[] = [
checkpointId: 'CP-SCAN',
prerequisiteSteps: ['use-case-assessment'],
isOptional: true },
{
id: 'modules',
seq: 600,
phase: 1,
package: 'vorbereitung',
order: 6,
name: 'Compliance Modules',
nameShort: 'Module',
description: 'Manuelle Modul-Verwaltung (Experten)',
url: '/sdk/modules',
checkpointId: 'CP-MOD',
prerequisiteSteps: ['use-case-assessment'],
isOptional: true },
// Modules entfernt — Regulierungen werden im Scope-Decision-Tab + Dashboard angezeigt
{
id: 'source-policy',
seq: 700,