Overview shows workstreams by repo now and allows drilldown

This commit is contained in:
2026-05-02 12:01:45 +02:00
parent 43fcd7e8a7
commit c48f26dd1f
6 changed files with 291 additions and 43 deletions

View File

@@ -133,6 +133,11 @@ class TestWorkstreams:
assert r.status_code == 200
assert len(r.json()) == 1
async def test_workplan_index_route(self, client):
r = await client.get("/workstreams/workplan-index")
assert r.status_code == 200
assert "workstreams" in r.json()
# ---------------------------------------------------------------------------
# Task tests