Update AGENTS.md and add project documentation and skills

This commit is contained in:
2026-06-28 16:43:27 +02:00
parent 2960855bca
commit 667f5a371b
4 changed files with 429 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Umsetzung Vollversammlung
## Aktueller Stand (28. Juni 2026)
### Erledigt ✅
- **Infrastruktur**: docker-compose.yaml mit PostgreSQL, Nginx, Mercure, Mailpit, Vite
- **Dockerfiles**: api/Dockerfile.dev, api/Dockerfile.prod, frontend/Dockerfile.dev
- **.env Dateien**: api/.env.example, frontend/.env.example
- **docker-entrypoint.sh** für Symfony Setup
### Offene Aufgaben (priorisiert)
1. Symfony Boilerplate erstellen (Entities: Veranstaltung, Person, Anwesenheit)
2. React Boilerplate erstellen (Router, State-Management)
3. CRUD-API-Endpoints entwickeln
4. Frontend-Seiten aufbauen (Veranstaltung, Personen, Anwesenheit)
5. Statistikseite implementieren (Anwesenheitszahlen, Anwesenheitsquote, Geschlechterquote)
6. OAuth-Integration (Vonova)
7. Tests schreiben (Unit, Functional, E2E)
8. Security-Review durchführen
### Nächste Schritte
- Symfony Boilerplate start