diff --git a/.planning/phases/01-pwa-scaffolding/01-HUMAN-UAT.md b/.planning/phases/01-pwa-scaffolding/01-HUMAN-UAT.md new file mode 100644 index 0000000..bd962b4 --- /dev/null +++ b/.planning/phases/01-pwa-scaffolding/01-HUMAN-UAT.md @@ -0,0 +1,36 @@ +--- +status: partial +phase: 01-pwa-scaffolding +source: [01-VERIFICATION.md] +started: 2026-05-03T00:00:00Z +updated: 2026-05-03T00:00:00Z +--- + +## Current Test + +[awaiting human testing] + +## Tests + +### 1. iPhone Add-to-Home-Screen install + chromeless launch +expected: Tapping the installed icon opens Pulse with no Safari chrome (no URL bar, no tabs); landing route is `/mobile`; status bar tints match theme_color `#0075AD` on iOS; background flashes `#FFFFFF` then renders the mobile shell. Required by ROADMAP Phase 1 SC #4. +result: [pending] + +### 2. Android Chrome PWA install + standalone launch +expected: Chrome shows an install prompt (or "Add to Home Screen" from menu); the installed icon uses one of the configured PNGs; launching opens a standalone window with no browser chrome; URL bar is hidden; navigating beyond `/mobile` (scope=`/`) stays in-app. Required by ROADMAP Phase 1 SC #4 and PWA-01. +result: [pending] + +### 3. Live dev-server smoke test (optional) +expected: With `npm run dev` running, view source on `http://localhost:3100/` shows `` and `` in the head. Optional but quick. +result: [pending] + +## Summary + +total: 3 +passed: 0 +issues: 0 +pending: 3 +skipped: 0 +blocked: 0 + +## Gaps