Commit Graph

564 Commits

Author SHA1 Message Date
dcf59ac675 bugfix 2025-05-31 16:46:20 +00:00
1335a8cf55 bugfix 2025-05-31 05:31:19 +00:00
993cd44099 bugfix 2025-05-31 04:45:25 +00:00
a84c0a1a5b Fix: NameError, IndentationError, UnboundLocalError & Parent-Wiki Logik
- Korrektur eines NameError in `_process_single_row` durch Verwendung der korrekten Log-Variablen `grund_message_wiki_str`.
- Behebung eines IndentationError in `process_reevaluation_rows` bei der Initialisierung von `processed_count_actual`.
- Korrektur eines UnboundLocalError in `serp_wikipedia_lookup` durch korrekte Initialisierung der `bonus`-Variable.
- Anpassung der Logik in `_process_single_row` zur Priorisierung der Parent-Wiki-Suche (aus Spalte D, dann O), wenn Spalte R (Tochter-Wiki) leer ist, bevor die allgemeine Tochter-Wiki-Verarbeitung (inkl. `force_reeval`) greift.
- Korrektur von `KeyError`s in `_process_single_row` durch Verwendung der korrekten Schreibweise (ohne Umlaute) für Spaltennamen-Schlüssel aus `COLUMN_MAP` ("Chat Begruendung Wiki Inkonsistenz", "Begruendung bei Abweichung").
- Korrektur der Limit-Prüfung in `process_reevaluation_rows`, um das Limit vor dem Aufruf von `_process_single_row` anzuwenden.
- Entfernung eines fehlerhaften Code-Blocks in `run_plausibility_checks_batch`, der einen `NameError` (Variable `updates`) verursachte. Batch-Update-Logik für `all_sheet_updates` präzisiert.
- Hinzufügen einer Debug-Logausgabe für `current_wiki_url_r` in `_process_single_row` zur besseren Analyse des Inhalts von Spalte R.
2025-05-30 19:31:07 +00:00
16af56c0c2 bugfix 2025-05-30 19:16:07 +00:00
a31e66ff0d bugfix 2025-05-30 17:05:08 +00:00
deb577b2eb bugfix 2025-05-30 16:55:00 +00:00
3ced746cb2 bugfix 2025-05-30 16:51:23 +00:00
4d1d47c7b0 bugfix 2025-05-30 16:48:24 +00:00
9d3575b538 brancheneinstufung.py aktualisiert 2025-05-30 15:01:17 +00:00
fec71826a9 bugfix 2025-05-30 14:40:34 +00:00
2e583eade1 bugfix 2025-05-30 14:29:19 +00:00
e56ff273fc bugfix 2025-05-30 14:09:08 +00:00
253f120df0 bugfix 2025-05-30 14:04:22 +00:00
0945ae0d42 bugfix 2025-05-30 14:00:41 +00:00
0630d2eb09 bugfix 2025-05-30 13:57:50 +00:00
3d83c2a058 bugfix 2025-05-30 13:52:42 +00:00
d2fb22ec33 bugfix 2025-05-30 13:44:41 +00:00
acc45b06b8 bugfix 2025-05-30 13:41:28 +00:00
cc8729db85 bugfix 2025-05-30 13:36:00 +00:00
e13ee0f9a6 bugfix 2025-05-30 13:31:34 +00:00
d81658ee3b bugfix 2025-05-30 13:26:29 +00:00
5729bba5c9 bugfix 2025-05-30 13:19:02 +00:00
64af032b47 bugfix 2025-05-30 12:47:23 +00:00
fbed26b5d0 bugfix 2025-05-29 18:09:03 +00:00
c95ad66e5d bugfix 2025-05-29 18:04:10 +00:00
d401b1f059 bugfix 2025-05-29 12:22:08 +00:00
fe4d88109a reset 2025-05-28 12:07:31 +00:00
2f2df7d7d0 bugfix 2025-05-28 11:35:23 +00:00
c732c1a4ab bugfix 2025-05-28 11:26:15 +00:00
a474a39a12 feat: Implement family shooting list generation with daily grouping
- Adds new mode/script functionality for "Family Shootings".
- Prompts user for event name and general event date for an initial info block.
- Saves/loads these inputs via `familien_shooting_last_input.json`.
- Reads 'familien_sample.csv' for scheduling data:
    - Extracts 'Invitee First/Last Name', 'Start/End Date & Time',
      'Response 1' (# Kids), 'Response 2' (Publish consent).
    - Ignores rows with missing core participant or time data.
- Groups appointments by calendar date.
- For each day:
    - Prints date as a section header.
    - Generates a text-based table:
        - Columns: Vorname, Nachname, Uhrzeit, # Kinder, Pub, Erledigt.
        - 'Pub' column shows 'X' if 'Response 2' is "Ja, gerne".
        - 'Erledigt' column shows '☐'.
    - Sorts appointments chronologically within each day.
    - Inserts a blank row in the table if a time gap exists between
      consecutive appointments.
    - Adds a page break between different dates.
- Document title now reflects the event name.
- Retains plain text output for manual "Text to Table" conversion in Docs.
2025-05-28 11:20:39 +00:00
4dc3260bae import csv from datetime import datetime import collections import os.path import json from google
- Frägt Datum, Kita-Namen und Ausgabemodus (intern/extern) vom Benutzer ab.
- Speichert letzte Eingaben für einfachere Wiederverwendung.
- Passt CSV-Spaltennamen für Vor-/Nachname Kind an.
- Interner Modus zeigt zusätzlich Spalten "E" (Einzelfotos) und "G" (Gruppenfotos)
  mit "✓" für "Ja" und "Nein" für andere Werte.
- Dokumenttitel enthält nun Kita-Namen und Ausgabemodus.
- Fügt zwei Leerzeilen vor jeder Gruppenliste für besseren Abstand hinzu.
2025-05-28 08:17:13 +00:00
d5635d9105 bugfix 2025-05-28 08:09:49 +00:00
afca567075 bugfix 2025-05-28 08:08:53 +00:00
eefdae4e4a bugfix 2025-05-28 08:07:04 +00:00
533f974166 feat: Add user input for date/facility, save inputs, adjust layout
- Prompts user for event date and facility name at script start.
- Saves last entered values to a JSON file for future default.
- Uses user-provided values for the initial info block on page 1.
- Adds two line breaks before each group's data block for spacing.
- Document title now includes the facility name for better identification.
2025-05-28 07:58:14 +00:00
f6c52f2cf3 test_pytube.py aktualisiert 2025-05-27 12:48:05 +00:00
b8ff8b9199 test_pytube.py hinzugefügt 2025-05-27 12:45:53 +00:00
a4787a498a app.py aktualisiert 2025-05-27 12:39:45 +00:00
d0ae8a8a96 app.py hinzugefügt 2025-05-27 12:33:52 +00:00
4b7c46a23a templates/index.html hinzugefügt 2025-05-27 12:29:05 +00:00
fbc9c242c4 bugfix 2025-05-27 06:59:23 +00:00
335631152a bugfix 2025-05-27 06:37:18 +00:00
77c9b51cf2 reset 2025-05-27 06:07:00 +00:00
7e877277a7 bugfix 2025-05-27 05:55:59 +00:00
1a524f3e11 bugfix 2025-05-27 05:52:27 +00:00
715b9f1f68 bugfix 2025-05-27 05:50:16 +00:00
945981127c bugfix 2025-05-27 05:47:10 +00:00
3bbddb050d bugfix 2025-05-27 05:44:12 +00:00
332613b83c bugfix 2025-05-27 05:41:54 +00:00