feat(events): timetable content categories + slot-driven line-up section#9
Merged
Merged
Conversation
…p section Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…n lineup Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… orderSlots) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…; drop headliner emphasis Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ory tag) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… section Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…nt refetch on drag Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…able highlight Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Was
Zwei gekoppelte Features rund um das Event-Programm:
headliner · support · guest · break) werden durch inhaltliche ersetzt:musik · film · performance · kinder · break. Klassifiziert Programmpunkte nach Typ statt nach Bühnenrolle und dient zugleich als Filterkriterium.Änderungen
Appearance.role→categoryvia datenerhaltende, hand-geschriebene Migration (RENAME COLUMN+ Remapheadliner|support|guest → musik,breakbleibt; Default aufmusikgesetzt). Läuft live viaprisma migrate deploybeim Merge.artist.isFeatured.src/lib/lineup.ts(rein/client-sicher):resolveLineupCategories,orderSlots,CATEGORY_LABELS— TDD-getestet.src/lib/lineup-data.ts(server):getLineupSlots— Featured-Event-Slots nach Kategorie, gemappt + sortiert.NoirLineupSectionneu aus Slots; Filter + Reihenfolge inHomepageSection.content{categories, order}./admin/sections): Kategorie-Checkboxen + dnd-kit-Reorder-Vorschau; neue APIGET /api/admin/lineup/preview.Tests & Gates
src/lib/__tests__/lineup.test.ts(neu) +event-validation.test.ts(auf Kategorien migriert) — 23/23 grün.npx prisma generate·npx tsc --noEmit·npm test·npm run build— alle grün.Review
Umgesetzt subagent-getrieben: pro Task ein Task-Review + finaler Whole-Branch-Review (opus). Ergebnis „merge with fixes", 0 Critical. Der eine substanzielle Punkt (Spalten-Default stand noch auf dem ungültigen
support) ist gefixt (@default('musik')+ALTER COLUMN SET DEFAULT). Client/Server-Import-Grenze, Migrations-Reihenfolge und „keine.role-Reste" verifiziert.Offene Follow-ups (bewusst nicht in diesem PR)
de-DE-Datumsformatter 2× →getFeaturedEventId+ geteiltes Format-Modul.lineup.ts(aktuell in 4 Dateien identisch dupliziert).Manueller Check empfohlen nach Deploy
Timetable-Slots im Admin re-taggen (Film/Performance/Kinder), Line-up-Sektion konfigurieren, und die JSON-LD/Anzeige auf der Homepage prüfen.
🤖 Generated with Claude Code