OS widgets
Status: ⏸️ Deferred (recommend deferring)
Scope
Small home-screen widgets for Android (Glance API) and iOS (WidgetKit) showing a child's chore-today count and current token balance. Read-only; tap opens the app to Today. Requires a background sync or widget-specific data store. Defer until core app is stable.
Open questions
- What data surfaces in the widget — today's chore count, balance, goal progress?
- What is the refresh cadence, and does it respect the free-tier offline-first constraint?
- Is a parent-facing widget (all members' summary) in scope or child-only?
- Android Glance and iOS WidgetKit are separate implementations — shared data layer only.