Feat: Gesundheits-Erinnerungen mit Wiederkehrend-Intervall
- intervall_tage Feld (monatlich/vierteljährlich/jährlich etc.) - Impfung, Entwurmung, Medikament: Intervall-Auswahl im Formular - Erinnerungs-Banner über den Tabs: zeigt alle Einträge die in ≤60 Tagen fällig sind - Ampel-Farbe am linken Rand (rot=überfällig, gelb=bald, grün=ok) - "✓ Erledigt"-Button öffnet neues Formular vorausgefüllt mit heute + nächstem Termin - Nav-Badge (Zahl) auf Gesundheit-Icon wenn Einträge überfällig/bald fällig - _showForm: isEdit prüft entry?.id statt !!entry (Reminder-Flow) - SW-Cache → by-v16
This commit is contained in:
parent
5c178f812b
commit
b8a5dc7a66
4 changed files with 165 additions and 11 deletions
|
|
@ -301,6 +301,8 @@ def _migrate(conn_factory):
|
|||
("tieraerzte", "strasse", "TEXT"),
|
||||
("tieraerzte", "plz", "TEXT"),
|
||||
("tieraerzte", "ort", "TEXT"),
|
||||
# Gesundheit: Erinnerungsintervall für wiederkehrende Einträge
|
||||
("health", "intervall_tage", "INTEGER"),
|
||||
]
|
||||
with conn_factory() as conn:
|
||||
for table, column, col_type in migrations:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue