Backlog: add lock screen widgets (P2, Option B)

This commit is contained in:
FuelBoard Contributor
2026-08-14 05:02:43 +01:00
parent e044a1552a
commit e62177ae2e
+6
View File
@@ -26,6 +26,12 @@ Status: TODO / IN PROGRESS / DONE / BLOCKED.
automations ("get cheapest diesel → notify").
- [ ] **Siri: favourite station price** — "What's diesel at my favourite station?"
(cheap once `StationEntity` exists).
- [ ] **Lock screen widgets** — new `FuelPriceLockScreen` kind (fuel-only config
intent, reuses `FuelPriceTimelineProvider`): `accessoryRectangular` (cheapest
station + price + distance), `accessoryCircular` (price ring), `accessoryInline`
("⛽ 139.9p"). Provider + `containerBackground` already exist; must branch the
view for accessory families (current `else` renders `stationList`). Bonus:
StandBy mode. ~1 session.
- [ ] **CarPlay** — widgets render but can't launch Maps; consider a proper CarPlay
scene (CPListTemplate) for navigation deep-links.