- Create Reporting module frontend (page.tsx) with executive dashboard showing compliance score, risk overview, deadlines, module KPIs - Create Reporting lib (types.ts, api.ts) matching Go backend models - Add Reporting to STEP_EXPLANATIONS and both SDK sidebars - Remove DSB Portal, Multi-Tenant, SSO from SDK sidebars (admin-only) - Add Multi-Tenant, SSO, DSB Portal to dashboard navigation.ts with 'Plattform-Verwaltung' subgroup - Update docs: academy.md (PDF certs), reporting.md (new), index.md (SDK vs Admin categorization), mkdocs.yml (all modules) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1.1 KiB
1.1 KiB
Branchenvorlagen — Industry Templates
Vorkonfigurierte Compliance-Pakete fuer verschiedene Branchen.
Features
- Branchenauswahl — Vordefinierte Templates fuer Gesundheitswesen, Finanzwesen, E-Commerce, SaaS, Bildung u.a.
- Automatische Konfiguration — Templates befuellen VVT, TOMs, Risiko-Matrix und Loeschfristen branchenspezifisch
- Regulierungserkennung — Automatische Identifikation relevanter Regulierungen je Branche
- Anpassbar — Templates als Ausgangsbasis, individuell erweiterbar
API Endpoints
Alle unter /api/v1/industry/, benoetigen X-Tenant-ID Header.
| Method | Endpoint | Beschreibung |
|---|---|---|
| GET | /templates |
Verfuegbare Branchenvorlagen auflisten |
| GET | /templates/{id} |
Vorlagendetails |
| POST | /templates/{id}/apply |
Vorlage auf Tenant anwenden |
| GET | /regulations |
Branchenspezifische Regulierungen |
Frontend
Seite unter /sdk/industry-templates mit Branchenauswahl-Karten und Vorschau der enthaltenen Konfiguration.
Datenbank
Templates werden als JSON-Konfigurationsdateien im Backend verwaltet, nicht in der Datenbank.