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
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v15';
|
||||
const CACHE_VERSION = 'by-v16';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
|
||||
// Diese Dateien werden beim Install gecacht (App Shell)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue