-
Notifications
You must be signed in to change notification settings - Fork 0
Reliability and PWA
Task-Laureate is built to be dependable in ordinary real-world conditions: patchy networks, interrupted sessions, browser updates, and a phone that needs one-tap access.
The app distinguishes local, saving, synced, and recoverable-error states. It uses local-first behavior and mutation recovery so a transient connection issue does not masquerade as a completed save.
The PWA includes platform icons, an install experience, and one service worker for both cached app-shell resilience and Web Push. The worker deliberately does not cache API responses or cross-origin user data.
On iPhone and iPad, open the app in Safari and use Share → Add to Home Screen. On Android, select Install when prompted or use the browser menu.
Before deployment, the project validates configuration, PWA assets, worker headers, type safety, tests, build output, and performance budgets. See the PWA release guide for device-level verification.