feat: enhance reminder system with notification type and channel tracking

This commit is contained in:
Daniel Volz
2025-12-25 09:10:41 +01:00
parent 738513a3ba
commit 3d5526875c
6 changed files with 62 additions and 11 deletions
+6 -1
View File
@@ -43,7 +43,12 @@
"noRemindersNeeded": "no reminders needed",
"needReorder": "{{count}} med needs reorder",
"needReorder_other": "{{count}} meds need reorder",
"waitingFirstCheck": "waiting for first check"
"waitingFirstCheck": "waiting for first check",
"typeStock": "Stock",
"typeIntake": "Intake",
"channelEmail": "Email",
"channelPush": "Push",
"channelBoth": "Email + Push"
}
},
"table": {