Description
Service worker is hand-rolled with basic caching. Refactor to use Workbox library for sophisticated caching strategies, runtime caching, and background sync.
Acceptance Criteria
Technical Scope
- frontend/service-worker.ts
- frontend/components/PWAWrapper.tsx
- Edge: concurrent service worker versions, cache invalidation on deployment
Description
Service worker is hand-rolled with basic caching. Refactor to use Workbox library for sophisticated caching strategies, runtime caching, and background sync.
Acceptance Criteria
Technical Scope