- DB-Migrationen: 7 neue Spalten in users (bio, wohnort, erfahrung, social_link, profil_sichtbarkeit, avatar_url, email_verified) - GET /api/auth/me gibt nun alle Profil-Felder + created_at zurück - PATCH /api/profile: Profil-Felder aktualisieren (mit Validierung) - POST /api/profile/avatar: Avatar-Upload (PIL JPEG-Konvertierung, HEIC-Support) - Router in main.py registriert |
||
|---|---|---|
| .. | ||
| routes | ||
| scraper | ||
| static | ||
| auth.py | ||
| database.py | ||
| ki.py | ||
| main.py | ||
| requirements.txt | ||
| scheduler.py | ||
| weather.py | ||