update AGENTS.md and README.md

This commit is contained in:
2026-01-31 15:51:36 +01:00
parent 52446a994a
commit 4958982cf7
2 changed files with 21 additions and 7 deletions

View File

@@ -130,7 +130,7 @@ dgray/
## 📋 Offene Punkte / Roadmap
### Phase 1: MVP Frontend ⬅️ **Aktuell**
### Phase 1: MVP Frontend
- [x] Projektstruktur
- [x] Routing
- [x] i18n (DE/EN/FR)
@@ -144,12 +144,12 @@ dgray/
- [ ] Anzeige-Erstellen-Formular
- [ ] Responsive Optimierungen
### Phase 2: Backend-Integration
- [ ] Directus aufsetzen
### Phase 2: Backend-Integration ⬅️ **Aktuell**
- [x] Directus aufsetzen (`api.dgray.io`)
- [ ] Anzeigen-Collection
- [ ] User-Auth (optional/anonym)
- [x] User-Auth (UUID-basiert, anonym)
- [ ] Bilder-Upload
- [ ] API-Anbindung im Frontend
- [x] API-Anbindung im Frontend (`js/services/directus.js`)
### Phase 3: Kommunikation
- [ ] Chat-System (E2E-verschlüsselt)
@@ -200,6 +200,8 @@ dgray/
- Web Components für UI-Komponenten
- CSS Custom Properties für Theming
- Übersetzungsschlüssel für alle Texte
- Keine Semikolons in JavaScript (außer for-loops, CSS)
- Englische Kommentare im Code
---