feat: sleep chart, bottle-from-stock, growth alert cron

- SleepTimeline component in stats: 7-night bar chart, 19h–11h window,
  NIGHT_SLEEP (indigo) and NAP (violet) blocks, pure CSS positioning
- Bottle modal: fetch available maternal milk lots, chip picker,
  auto-selects oldest, marks selected lot as used after save
- /api/cron/growth-alert: Bearer-auth POST, configurable threshold via
  growth_alert_days SystemConfig key (default 30 days), Pushover alert
  to all family users per baby with no recent weight log
- Admin config ALLOWED_KEYS: add cron_secret + growth_alert_days

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-13 15:58:13 +02:00
parent 24daa5eb15
commit 81d7e5ad73
5 changed files with 229 additions and 6 deletions
+3 -5
View File
@@ -54,18 +54,16 @@
## Feature ideas / backlog
🔲 Offline support / PWA install prompt — service worker for offline event logging
🔲 Multi-language UI (FR/EN toggle) — see also pending Bilingual UI
✅ Weekly summary cron — POST /api/cron/weekly-summary, 7-day digest per baby (feedings, sleep, diapers, weight), Pushover to family; auth via Bearer cron_secret
✅ Baby activities log — BATH, WALK, TUMMY_TIME event types (timer + duration)
✅ Pinned family note — shared editable note on dashboard; /api/family/pinned-note
✅ Event templates — named quick-log presets; create/delete from dashboard; /api/event-templates
✅ Maintenance mode banner — layout reads SystemConfig; amber banner for users, indicator for superadmin
🔲 Growth alert: no weight log in 30 days → push notification
Growth alert: no weight log in 30 days → push notification (configurable via growth_alert_days config key)
✅ Sleep log chart — visual night timeline (bar per night, 7 days, 19h11h window)
✅ Bottle feed from milk stock — log BOTTLE → select maternal lot → auto-mark as used
🔲 Feeding pattern AI insight (detect sleep regression, feeding cluster, etc.)
🔲 Contacts / care team directory (pediatrician, midwife, family contact numbers)
🔲 Sleep log chart — visual night timeline (bar per night, wake markers)
🔲 Bottle feed from milk stock — direct link: log BOTTLE → decrement milk stock
🔲 Data retention policy — auto-archive events older than N months
🔲 Offline support / PWA install prompt
🔲 Multi-language UI (FR/EN toggle)