fix: Sidebar — MagicHelp (TrOCR) + Bildung & Schule Kategorie entfernt

Diese Module gehoeren nur in den Admin Lehrer (macmini:3002),
nicht ins Compliance Dashboard. Entfernt: Education Search,
Zeugnisse-Crawler, Abitur-Archiv, Klausur-Korrektur, Magic Help.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-04 09:49:05 +01:00
parent 10e1bf45ae
commit 119689ee9e
12 changed files with 6 additions and 502 deletions

View File

@@ -56,7 +56,6 @@ const CATEGORY_CONFIG: Record<BackendModule['category'], { name: string; icon: s
compliance: { name: 'DSGVO & Compliance', icon: 'shield', color: 'purple' },
ai: { name: 'KI & Automatisierung', icon: 'brain', color: 'teal' },
infrastructure: { name: 'Infrastruktur & DevOps', icon: 'server', color: 'orange' },
education: { name: 'Bildung & Schule', icon: 'graduation', color: 'blue' },
communication: { name: 'Kommunikation & Alerts', icon: 'mail', color: 'green' },
development: { name: 'Entwicklung & Produkte', icon: 'code', color: 'slate' }
}

View File

@@ -463,7 +463,7 @@ export function DataFlowDiagram() {
fill="#94a3b8"
fontSize="11"
>
/compliance | /ai | /infrastructure | /education | /communication | /development
/compliance | /ai | /infrastructure | /communication | /development
</text>
</g>
</svg>