Doku: Status-Sync 11./12.06., Decision-Update Preisstruktur und Phase-9-Plan
- Decision-Update Preisstruktur & Veroeffentlichungs-Flow aufgenommen (Launch-Tarife, Slot-Verbrauch bei Veroeffentlichung, Submit-Gate, Launch-Credits) inkl. Klarstellung 12.06.: Gelb geht direkt live, keine manuelle Pruef-Queue, nur Rot wird abgelehnt - Alle Status-Dokumente auf den Code-Stand gezogen: README-Index, STATUS-ABGLEICH (KI-Pipeline, Bilder/Lizenzen, Pricing), Checkliste (KI- und Titelbild-Bloecke, Launch-To-dos), Admin-User, user-zusammenhaenge (Datenmodell-Delta), Entwicklungsplan KI-Pruefung (Phase 0 abgehakt, Decision-Abgleich) - Ueberschriebene Tarif-Abschnitte in Konzept-Update 1/2 und Relaunch-Konzept mit Superseded-/IST-Hinweisen markiert - Neues Plan-Dokument PHASE-9-FLOW-UND-TARIFE-PLAN.md (9A-9J) - Phase-8-Roadmap-Doku (20-PHASE-8-USER-PANEL.md) + PROGRESS-Eintraege Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
a000238ca8
commit
8d8d957884
17 changed files with 2231 additions and 172 deletions
|
|
@ -1,9 +1,33 @@
|
|||
# User-Admin: Zusammenhänge und relevante Daten
|
||||
|
||||
Stand: 2026-05-21 (aktualisiert nach Phase 7)
|
||||
Stand: 2026-06-11 (aktualisiert nach Phase 8 + KI-Pipeline)
|
||||
|
||||
Diese Notiz beschreibt den User als fachlichen Mittelpunkt für die weitere Konzeption des Admin-User-Bereichs. Grundlage sind die aktuellen Models und Migrationen im Laravel-Projekt.
|
||||
|
||||
> **Was seit Phase 8 + KI-Pipeline dazugekommen ist (29.05.–11.06.2026)**:
|
||||
>
|
||||
> - `press_releases`: `placeholder_variant` (SVG-Titelbild-Platzhalter, 8G),
|
||||
> `classification`/`classified_at` (KI-Klassifikation Rot/Gelb/Grün),
|
||||
> `content_score`/`content_tier`/`scored_at` (Content-Score).
|
||||
> - `press_release_images`: Lizenz-/Rechtefelder `author`, `license_type`,
|
||||
> `license_detail`, `license_url`, `source_url`, `people_rights_status`,
|
||||
> `property_rights_status`, `rights_notes`, `persons_consent`,
|
||||
> `rights_confirmed_at` (8H + Erweiterung 10.06.).
|
||||
> - `users`: Quota-Stub `press_release_quota` +
|
||||
> `press_release_quota_used_this_month` (8J; wird vom Tarif-Modul abgelöst).
|
||||
> - Neue Tabelle `ki_audits` (Modell `KiAudit`, append-only Audit-Log jeder
|
||||
> KI-Entscheidung) mit Relation `PressRelease::kiAudits()`.
|
||||
> - Neue Enums: `PressReleasePlaceholder`, `ImageLicenseType`,
|
||||
> `PressReleaseClassification`, `PressReleaseContentTier`.
|
||||
> - Neue Services/Jobs: `PressReleaseCoverImage` (Cover-Resolver),
|
||||
> Treiber-Architektur unter `Services/PressRelease/Classification/` und
|
||||
> `…/ContentScore/`, Jobs `ClassifyPressRelease`/`ScorePressRelease`
|
||||
> (Queue `classification`), Konfiguration in `config/scoring.php`.
|
||||
> - Neue Commands: `press-releases:reset-monthly-quota` (Scheduler, 1. des
|
||||
> Monats), `classification:work` (Queue-Drain zum Testen).
|
||||
> - Zeitzonen-Konstante `PressRelease::DISPLAY_TIMEZONE` (Europe/Berlin) mit
|
||||
> `scheduledAtLocal()`/`embargoAtLocal()` für alle Termin-Anzeigen.
|
||||
|
||||
> **Was sich seit dem ursprünglichen Stand (2026-05-05) geändert hat**:
|
||||
>
|
||||
> - Pressemitteilungen haben zusätzliche Felder: `subtitle`, `scheduled_at`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue