feat: add reporting frontend, fix module categorization, update docs
- 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>
This commit is contained in:
34
docs-src/services/sdk-modules/vendors.md
Normal file
34
docs-src/services/sdk-modules/vendors.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Vendors — Auftragsverarbeiter-Management
|
||||
|
||||
Verwaltung von Auftragsverarbeitern und Unterauftragsverarbeitern gemaess Art. 28 DSGVO.
|
||||
|
||||
## Features
|
||||
|
||||
- **Vendor-Verzeichnis** — Zentrale Uebersicht aller Auftragsverarbeiter
|
||||
- **Risikobewertung** — Automatische Risikoeinstufung basierend auf Datenkategorien und Drittlandtransfers
|
||||
- **Vertragsmanagement** — AVV-Pruefung mit KI-gestuetzter Klauselanalyse
|
||||
- **TOM-Abgleich** — Vergleich der Lieferanten-TOMs mit eigenen Anforderungen
|
||||
- **Audit-Trail** — Dokumentation aller Pruefungen und Aenderungen
|
||||
|
||||
## API Endpoints
|
||||
|
||||
Alle unter `/api/v1/vendors/`, benoetigen `X-Tenant-ID` Header.
|
||||
|
||||
| Method | Endpoint | Beschreibung |
|
||||
|--------|----------|-------------|
|
||||
| GET | `/vendors` | Vendors auflisten |
|
||||
| POST | `/vendors` | Neuen Vendor anlegen |
|
||||
| GET | `/vendors/{id}` | Vendor-Details |
|
||||
| PUT | `/vendors/{id}` | Vendor aktualisieren |
|
||||
| DELETE | `/vendors/{id}` | Vendor loeschen |
|
||||
| POST | `/vendors/{id}/assess` | Risikobewertung durchfuehren |
|
||||
| GET | `/vendors/{id}/contracts` | Vertraege auflisten |
|
||||
| POST | `/vendors/{id}/contracts` | AVV hochladen |
|
||||
|
||||
## Frontend
|
||||
|
||||
Seite unter `/sdk/vendor-compliance` mit Vendor-Tabelle, Risiko-Matrix und Vertragsmanagement.
|
||||
|
||||
## Datenbank
|
||||
|
||||
Migration in der AI Compliance SDK erstellt Tabellen fuer Vendors, Risikobewertungen, Vertraege und AVV-Klauseln.
|
||||
Reference in New Issue
Block a user