Update AGENTS.md and add project documentation and skills
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user