feat: Dashboard-Pipeline, AudioHub, WordGenerator, reviewed-Status

- Dashboard: Pipeline-Übersicht (Counts pro Status) + Werkzeug-Kacheln
- AudioHub (/audio): Coverage-Matrix je Tabelle×Sprache, Generieren-Buttons, Player
- WordGenerator (/content/words): Thema→KI-Vorschau→Übernehmen als translated
- reviewed in STATUS_COLORS + Status-Optionen (objects/questions/statements/pairs)
- audios-Tabelle um source_*/language erweitert

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 21:30:03 +02:00
parent 232ba1ece5
commit 465c6e4954
7 changed files with 454 additions and 29 deletions

View File

@@ -10,6 +10,22 @@ const TOOLS = [
path: '/content/creation',
ready: true,
},
{
key: 'words',
title: 'Wörter generieren',
icon: '🪄',
description: 'Neue Vokabeln zu einem Thema per KI erstellen, prüfen und übernehmen.',
path: '/content/words',
ready: true,
},
{
key: 'audio',
title: 'Audio / TTS',
icon: '🔊',
description: 'Sehen was noch kein Audio hat und Sprachausgabe generieren.',
path: '/audio',
ready: true,
},
{
key: 'publish',
title: 'Veröffentlichen',