Size: L.
No web manifest and no service worker exist (next.config.ts, public/ are bare). The app is a phone-first daily logger but can't be installed or used offline.
Scope
Add a manifest + icons + service worker with an offline read cache and an outbox queue for logging entries offline (sync on reconnect). Big lever for real mobile daily use. Needs a design pass on the offline write/sync model.
Size: L.
No web manifest and no service worker exist (
next.config.ts,public/are bare). The app is a phone-first daily logger but can't be installed or used offline.Scope
Add a manifest + icons + service worker with an offline read cache and an outbox queue for logging entries offline (sync on reconnect). Big lever for real mobile daily use. Needs a design pass on the offline write/sync model.