Fix: Geburtstag aller Hunde + Kotbeutel-Stationen in Stats (SW by-v962)

- worlds.js: bdayDog = _dogs.find(...) — Geburtstag gilt für alle Hunde, nicht nur den aktiven
- Banner, KI-Call, "Was hat sich X gewünscht?" nutzen bdayDog.name
- stats.py: kotbeutel-Count aus user_map_pois WHERE type='kotbeutel'
- landing: Stats-Band 5. Kachel "Kotbeutel-Stationen"
This commit is contained in:
rene 2026-05-14 22:00:52 +02:00
parent ebff9d820d
commit 07db68aea2
6 changed files with 28 additions and 18 deletions

View file

@ -406,7 +406,7 @@ async def serve_media(path: str, request: _Request):
raise _HE(404, "Nicht gefunden.")
return _media_response(filepath)
APP_VER = "961" # muss mit APP_VER in app.js übereinstimmen
APP_VER = "962" # muss mit APP_VER in app.js übereinstimmen
@app.get("/.well-known/assetlinks.json")
async def assetlinks():