feat(WP-0011): Marktbegleiter-Analyse — Katalog, Passagen, Auswertung

Implementiert UC-MB-01 bis UC-MB-03: Marktbegleiter-Katalog (Liste,
Detail, Anlegen/Bearbeiten), Ausschreibungspassagen mit Verlässlichkeitsscore
(1–10, Validator), Musterauswertung mit Aggregationen (Ausschreiber-Häufigkeit,
Ø-Score, Passagen-Anzahl). 4 Tests grün.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-11 16:20:55 +02:00
parent f88e2e7562
commit bde10f3a69
13 changed files with 737 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
---
id: WP-0011
title: Marktbegleiter-Analyse
status: todo
status: done
phase: 11-of-12
created: "2026-05-08"
depends_on: WP-0010
@@ -17,7 +17,7 @@ Musterauswertung. Referenz: UC-MB-01 bis UC-MB-03.
```task
id: WP-0011-T01
title: Marktbegleiter-Katalog: Liste und Anlegen (UC-MB-01)
status: todo
status: done
`marktbegleiter/views.py` — marktbegleiter_liste, marktbegleiter_neu/_bearbeiten:
@@ -38,7 +38,7 @@ marktbegleiter_detail:
```task
id: WP-0011-T02
title: Ausschreibungspassage erfassen (UC-MB-02, UC-MB-03)
status: todo
status: done
`marktbegleiter/passagen_views.py` — passagen_liste und passage_neu:
@@ -61,7 +61,7 @@ und im Marktbegleiter-Profil.
```task
id: WP-0011-T03
title: Marktbegleiter-Musterauswertung (UC-MB-03)
status: todo
status: done
`marktbegleiter/views.py` — marktbegleiter_auswertung:
@@ -97,7 +97,7 @@ Template `marktbegleiter/auswertung.html`:
```task
id: WP-0011-T04
title: URL-Verkabelung und Tests
status: todo
status: done
`marktbegleiter/passagen_urls.py`:
```python