refactor: Unified Inbox aus Core entfernt (nach Lehrer migriert)
All checks were successful
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 29s
CI / test-python-voice (push) Successful in 27s
CI / test-bqas (push) Successful in 29s
CI / nodejs-lint (push) Has been skipped

- Mail-Seite, API-Route, Kommunikation-Kategorie entfernt
- Screen-Flow: Mail-Node und Kommunikation-Legende entfernt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-05 18:05:48 +01:00
parent c8cc8774db
commit 5fe2617857
4 changed files with 2 additions and 1059 deletions

View File

@@ -4,7 +4,7 @@
* 3 Categories: Communication, Infrastructure, Development
*/
export type CategoryId = 'communication' | 'infrastructure' | 'development'
export type CategoryId = 'infrastructure' | 'development'
export interface NavModule {
id: string
@@ -27,27 +27,6 @@ export interface NavCategory {
}
export const navigation: NavCategory[] = [
// =========================================================================
// Kommunikation & Alerts (Green)
// =========================================================================
{
id: 'communication',
name: 'Kommunikation',
icon: 'message-circle',
color: '#22c55e',
colorClass: 'communication',
description: 'E-Mail Management',
modules: [
{
id: 'mail',
name: 'Unified Inbox',
href: '/communication/mail',
description: 'E-Mail-Konten & KI-Analyse',
purpose: 'E-Mail-Konten verwalten und KI-Kategorisierung nutzen.',
audience: ['Support', 'Admins'],
},
],
},
// =========================================================================
// Infrastruktur & DevOps (Orange)
// =========================================================================