This commit is contained in:
team3
2026-07-13 12:31:25 +02:00
parent 32d7ad9ea1
commit 9cd8e02e22
34 changed files with 747 additions and 606 deletions

View File

@@ -131,6 +131,12 @@ async def lauf_stop(topic: str):
return {"ok": True}
@app.post("/api/topics/{topic}/pause")
async def lauf_pause(topic: str):
pipeline.lauf_pausieren(topic)
return {"ok": True}
def _befunde_aktuell(topic: str) -> list[dict]:
"""Offene Befunde des jeweils jüngsten Laufs je Ebene — in zwei billigen Pässen."""
neueste = db.query(