Commit Graph

5 Commits

Author SHA1 Message Date
syntaxbullet
d2fdf8e3c5 feat: add JuryMitglieder collection and migration for jury members
- Created a new collection `JuryMitglieder` with fields for name, image, quote, role, organization, bio, website, LinkedIn, sort order, active status, and published date.
- Implemented access control for creating, reading, updating, and deleting jury members.
- Added migration script to create necessary database tables and columns for jury members, including versioning support.
- Updated existing `preistraeger` table to include new columns for award group, winner rank, sort order, and visibility settings.
- Introduced a temporary global switch to control the visibility of testimonials in the SPA.
2026-07-07 14:57:15 +02:00
syntaxbullet
7ff405d1a2 Add migration scripts and preload participation awards script
- Created migration index file to manage database migrations.
- Added script to preload participation awards and related blog posts into the CMS.
- Introduced new types and default data for application phases.
- Added award articles data structure for the upcoming awards.
2026-06-30 19:10:53 +02:00
syntaxbullet
856ab84252 feat: manage preistraeger fallback copy via payload 2026-06-22 12:48:54 +02:00
syntaxbullet
4a751317b0 feat: manage preistraeger fallback media via payload 2026-06-22 12:40:37 +02:00
syntaxbullet
aecdb65a14 feat: manage preistraeger index via payload 2026-06-22 11:04:34 +02:00