Commit Graph
8 Commits
Author SHA1 Message Date
stefankoelle 0f16aa45dc mailer weekly notifier 2026-08-11 22:04:11 +02:00
stefankoelle 3b05342409 new optional notify feature 2026-08-04 19:28:44 +02:00
stefankoelle 5343896653 Fix: korrigiere Code-Bugs und Dokumentation
- api/main.py: index() Route übernimmt Request-Objekt korrekt (statt {}),
  calendar_label Query-Parameter implementiert (dynamische WHERE-Klausel)
- docker-compose.yml: DB_BOOTSTRAP/DB_ROOT_USER/DB_ROOT_PASSWORD Variablen
  für calendar-sync Service hinzugefügt (waren dokumentiert, aber nie übergeben)
- .env.example: DB_BOOTSTRAP, API_PORT, TIMEZONE hinzugefügt
- AGENTS.md: Zeilennummer sync.py:91→83, gemischte Deutsch/China-Sprache
  bereinigt
- SPEC.md: --entrypoint→command, API_HOST entfernt (nicht implementiert),
  TIMEZONE hinzugefügt, JSON-Beispiele um timezone-Feld erweitert,
  Docker-Compose-Beispiel und Projektstruktur aktualisiert,
  Search als implementiert markiert
- README.md: TIMEZONE und API_PORT in Konfigtationstabelle,
  timezone im JSON-Beispiel
2026-08-04 19:28:39 +02:00
stefankoelle 600d8262a8 feat: add TIMEZONE environment variable to docker-compose.yml for API service 2026-08-04 19:28:30 +02:00
stefankoelle 5b943681d6 fix: API_PORT Umgebungsvariable entfernt 2026-08-01 16:21:09 +02:00
stefankoelle b30c02beb8 feat: REST API + Web-Frontend für Kalenderübersicht
- FastAPI Backend mit /api/events, /api/events/{id}, /api/health Endpoints
- Optionale Suche nach Event-Titel (Query Parameter ?search=...)
- Jinja2 Web-Frontend auf / mit Suchfeld
- Shared DB Connection Module (api/database.py)
- Docker Compose: calendar-api Service hinzugefügt
- Sync.py refactored: nutzt shared database.py
2026-08-01 16:12:07 +02:00
stefankoelle b8c8c68f94 feat: add optional healthcheck URL ping after successful sync 2026-08-01 15:28:03 +02:00
Stefan Koelle e10a31d230 initial commit 2026-08-01 15:06:34 +02:00