• Joined on 2026-03-28
tobias closed issue tobias/gwoe-antragspruefer#132 2026-04-20 01:20:18 +02:00
Direkte Verlinkbarkeit von Anträgen
tobias commented on issue tobias/gwoe-antragspruefer#132 2026-04-20 01:20:18 +02:00
Direkte Verlinkbarkeit von Anträgen

Umgesetzt + deployed:

  • On-Load: URLSearchParams.get("drucksache")showDetail() (war bereits implementiert, Zeile 1371-1376)
  • In showDetail: `history.pushState({drucksache},…
tobias commented on issue tobias/gwoe-antragspruefer#136 2026-04-20 01:18:37 +02:00
Architektur: Domain-Driven Design — Analyse (nur Bewertung, keine Umgestaltung)

Executive Summary

Empfehlung: Option B — Lightweight DDD (ca. 5-8 Tage, ohne Package-Split).

Volltext in webapp/docs/analysen/ddd-bewertung.md.

Begründung in 3 Bullets

1.…

tobias commented on issue tobias/gwoe-antragspruefer#134 2026-04-20 01:15:41 +02:00
Test-Suite: Vollständigkeits-Audit + Ausbau (Phase 2 nach #50)

Phase 1 — Audit-Ergebnis

Coverage-Zahlen (pytest-cov, nur Unit-Suite — ohne integration/e2e)

Overall: 26% (1087/4113 Statements abgedeckt) — irreführend niedrig, weil main.py

tobias commented on issue tobias/gwoe-antragspruefer#124 2026-04-20 01:11:49 +02:00
E-Mail-Benachrichtigung für neue Anträge (BL/Partei-Filter)

Cron installiert, läuft täglich 07:00:

0 7 * * * /opt/gwoe-antragspruefer/scripts/run-digest.sh >> /var/log/gwoe-digest.log 2>&1
  • SMTP-TCP bei 1blu wieder offen (2026-04-20 ~00:30) -…
tobias closed issue tobias/gwoe-antragspruefer#124 2026-04-20 01:11:49 +02:00
E-Mail-Benachrichtigung für neue Anträge (BL/Partei-Filter)
tobias opened issue tobias/gwoe-antragspruefer#136 2026-04-20 01:09:31 +02:00
Architektur: Domain-Driven Design konsequent anwenden — Analyse + Migrationspfad
tobias opened issue tobias/gwoe-antragspruefer#135 2026-04-20 01:07:19 +02:00
Monitoring: täglicher Scan aller Landtags-Adapter + Mail-Digest (kein Auto-Fetch)
tobias opened issue tobias/gwoe-antragspruefer#134 2026-04-20 01:06:32 +02:00
Test-Suite: Vollständigkeits-Audit + Ausbau (Phase 2 nach #50)
tobias pushed to main at tobias/toppyr-stack 2026-04-16 21:55:42 +02:00
a4ad5f2de7 fix: Kamailio t_relay_to_tcp — Force TCP relay
tobias pushed to main at tobias/toppyr-stack 2026-04-16 21:26:24 +02:00
934c832fdf fix: Kamailio Auth — HA1-Flag und htable initval korrigiert
tobias pushed to main at tobias/toppyr-stack 2026-04-16 19:48:33 +02:00
39e0052eac feat: Kamailio SIP Proxy hinzugefügt (Dotty Phone)
tobias opened issue tobias/gwoe-antragspruefer#133 2026-04-13 10:29:58 +02:00
Social-Media-Texte pro Antrag per LLM generieren
tobias opened issue tobias/gwoe-antragspruefer#132 2026-04-13 10:29:58 +02:00
Direkte Verlinkbarkeit von Anträgen
tobias opened issue tobias/gwoe-antragspruefer#130 2026-04-12 16:02:36 +02:00
Einheitliche Kopfzeile auf allen Seiten + Auswertungen als Mode
tobias opened issue tobias/gwoe-antragspruefer#131 2026-04-12 16:02:36 +02:00
Auswertungen: linkes Menü mit Selektor + Cluster-Integration
tobias opened issue tobias/gwoe-antragspruefer#129 2026-04-12 15:53:49 +02:00
Login + Registrierung im Antragsprüfer statt Keycloak-Redirect
tobias opened issue tobias/gwoe-antragspruefer#128 2026-04-12 15:21:39 +02:00
Fehlende Wahlprogramme automatisch erkennen und beschaffen
tobias commented on issue tobias/gwoe-antragspruefer#127 2026-04-12 12:32:35 +02:00
Suche auf Anträge einschränken: Typ-Erkennung + Filter pro Adapter

Implementiert und deployed

Was gebaut wurde

  1. app/drucksache_typen.py (neu, 80 LOC)
    • Normalisierungstabelle: 14 Typ-Patterns → 10 normierte Kategorien
    • `normalize_typ(…
tobias closed issue tobias/gwoe-antragspruefer#127 2026-04-12 12:32:35 +02:00
Suche auf Anträge einschränken: Typ-Erkennung + Filter pro Adapter