Files
fotospiel-app/docs/prp
Codex Agent 6290a3a448 Fix tenant event form package selector so it no longer renders empty-value options, handles loading/empty
states, and pulls data from the authenticated /api/v1/tenant/packages endpoint.
    (resources/js/admin/pages/EventFormPage.tsx, resources/js/admin/api.ts)
  - Harden tenant-admin auth flow: prevent PKCE state loss, scope out StrictMode double-processing, add SPA
    routes for /event-admin/login and /event-admin/logout, and tighten token/session clearing semantics (resources/js/admin/auth/{context,tokens}.tsx, resources/js/admin/pages/{AuthCallbackPage,LogoutPage}.tsx,
    resources/js/admin/router.tsx, routes/web.php)
2025-10-19 23:00:47 +02:00
..

Event Photo Platform — Product Requirement Plan (PRP)

Status: Active (split version) Date: 2025-09-08

This directory supersedes the legacy fotospiel_prp.md. Content is split into small, reviewable documents. See ADR-0006 for the Tenant Admin PWA decision.

  • 01-architecture.md — System overview and components
  • 02-tenancy.md — Multi-tenant model and enforcement
  • 03-api.md — API-first contract and auth
  • 04-data-model-migrations.md — Portable migration intent (Schema builder)
  • 05-admin-superadmin.md — Super Admin web console (Filament)
  • 06-tenant-admin-pwa.md — Store-ready Tenant Admin PWA
  • 07-guest-pwa.md — Guest (event attendee) PWA
  • 08-billing.md — Packages (Einmalkäufe/Subscriptions), ledger, purchases
  • 15-packages-design.md — Package definitions, schema, integration
  • 09-security-compliance.md — RBAC, audit, GDPR
  • 10-storage-media-pipeline.md — Object storage, processing, CDN
  • 11-ops-ci-cd.md — CI, releases, environments
  • 12-i18n.md — Languages, locales, copy strategy
  • 99-glossary.md — Terms and roles

Notes

  • The original fotospiel_prp.md remains as historical reference and will not be edited further.
  • Any divergence should be resolved here; update ADRs when major decisions change.