[Feature] Notifications push — rappel de suivi quotidien #30
Labels
No labels
P0-critical
P1-high
P2-medium
P3-low
UX
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
performance
question
security
tech-debt
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
SlopVibe-org/nutri-food#30
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problème
Aucun système de rappel pour inciter l'utilisateur à tracker ses repas. Pour une app de suivi nutritionnel, c'est critique pour l'engagement.
Solution
Web Push Notifications via le Service Worker déjà présent (
sw.js) :localStorageou tableusersImplémentation
Note: Pas besoin de VAPID/serveur push pour une v1 — un simple rappel local via
setTimeout+NotificationAPI suffit.Sévérité
P2 — Engagement utilisateur.