v2-Frontend (#139, ECOnGOOD CD Manual Juni 2024): - app/static/v2/: tokens.css, fonts.css, v2.css, Nunito-Sans woff2, Phosphor-Icons (21 SVGs) - app/templates/v2/: base.html + 11 Screens + 8 Component-Macros - AppShell mit Sidebar (Lesen/Pruefen/Daten/Admin), v2-Detail mit allen Features (ScoreHero, MatrixMini, QuoteCard, Redline, Fraktions-Scores) - v2 ist jetzt Default unter / — classic unter /classic - Login-Modal in v2-Topbar mit Tabs Anmelden/Registrieren (#129) - Phosphor-Icons in Sidebar + Topbar mit dynamischem Theme-Toggle - Keyboard-Shortcuts (j/k/Enter/Esc/?/path), Landtag-Suche, Antrag-Historie, Sort-Dropdown, Matrix-Feld-Info-Modal, Bookmarks/Comments/Voting/Share/Re-Analyze Backend-Erweiterungen: - main.py: ~30 neue Routes (/v2/*, /antrag/{ds}, /api/auth/{login,refresh,logout}, /api/me/merkliste/*, /api/admin/*, /v2/admin/*, OG-Cards, etc.) - og_card.py + og_template: Open-Graph-Bilder via Playwright (#141) - wahlprogramm_fetch.py + wahlprogramm-links.yaml: SHA-Gate Auto-DL (#138) - auswertungen.py: BL-Filter + get_wahlperioden Helper (#137) - auth.py: Direct-Access-Grant + Refresh-Token-Cookie Classic-Updates: - Header-DRY via _header.html, Auswertungen redirected, Batch-Inline raus Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
# Kuratierte URL-Kandidaten für fehlende Wahlprogramme (#138).
|
|
# Gepflegt als Admin-Aufgabe — nur halbautomatisch (kein Auto-Download).
|
|
#
|
|
# Struktur:
|
|
# BL:
|
|
# PARTEI:
|
|
# - url: https://...
|
|
# titel: "Vollständiger Programm-Titel"
|
|
# jahr: 2024
|
|
# sha256: "" # optional; nach erstem Download ausfüllen
|
|
#
|
|
# Einträge hier landen in `suggest_candidates(bl, partei)`.
|
|
# Nur PDFs, keine Webseiten.
|
|
|
|
NRW:
|
|
BSW:
|
|
- url: https://bsw-nrw.de/wp-content/uploads/wahlprogramm-bsw-nrw-2022.pdf
|
|
titel: "BSW NRW Wahlprogramm 2022 (Platzhalter — URL prüfen)"
|
|
jahr: 2022
|
|
sha256: ""
|
|
|
|
TH:
|
|
FDP:
|
|
- url: https://www.fdp-thueringen.de/files/fdp-th-wahlprogramm-2024.pdf
|
|
titel: "FDP Thüringen Wahlprogramm 2024 (Platzhalter — URL prüfen)"
|
|
jahr: 2024
|
|
sha256: ""
|
|
|
|
BB:
|
|
LINKE:
|
|
- url: https://www.dielinke-bb.de/fileadmin/lb/Dokumente/wahlprogramm-linke-bb-2024.pdf
|
|
titel: "DIE LINKE Brandenburg Wahlprogramm 2024 (Platzhalter — URL prüfen)"
|
|
jahr: 2024
|
|
sha256: ""
|
|
GRÜNE:
|
|
- url: https://gruene-bb.de/wp-content/uploads/wahlprogramm-gruene-bb-2024.pdf
|
|
titel: "BÜNDNIS 90/DIE GRÜNEN Brandenburg Wahlprogramm 2024 (Platzhalter — URL prüfen)"
|
|
jahr: 2024
|
|
sha256: ""
|