docs(offline): connectivity auto-detect + kill switch user story #204

Merged
developer merged 1 commits from feature/offline-autodetect-docs into development 2026-07-06 17:47:55 +00:00
Owner

Bakes the docs that #202 (cold-start no-connection dialog / auto-offline) and #203 (mid-session flight-mode reactivity) shipped without.

  • FUNCTIONAL.md (+ _ru mirror): appends the auto-detect user story to the Offline section — cold-start switch / dialog, mid-session airplane-mode auto-switch + self-heal, and the auto (transient) vs deliberate (sticky) distinction.
  • ARCHITECTURE.md: the mechanism in the offline paragraph — the auto bit, the cold-start navigator.onLine / bounded reachability-probe decision, the mid-session window events backed by a navigator.onLine poll (events unreliable on iOS PWAs), and the reachability probe being the one call exempt from the transport kill switch.

Docs-only; no code or test change.

Bakes the docs that #202 (cold-start no-connection dialog / auto-offline) and #203 (mid-session flight-mode reactivity) shipped without. - **FUNCTIONAL.md** (+ `_ru` mirror): appends the auto-detect user story to the Offline section — cold-start switch / dialog, mid-session airplane-mode auto-switch + self-heal, and the auto (transient) vs deliberate (sticky) distinction. - **ARCHITECTURE.md**: the mechanism in the offline paragraph — the `auto` bit, the cold-start `navigator.onLine` / bounded reachability-probe decision, the mid-session `window` events backed by a `navigator.onLine` poll (events unreliable on iOS PWAs), and the reachability probe being the one call exempt from the transport kill switch. Docs-only; no code or test change.
developer added 1 commit 2026-07-06 17:41:19 +00:00
docs(offline): document connectivity auto-detect + transport kill switch
CI / changes (pull_request) Successful in 1s
CI / unit (pull_request) Has been skipped
CI / integration (pull_request) Has been skipped
CI / ui (pull_request) Has been skipped
CI / conformance (pull_request) Has been skipped
CI / gate (pull_request) Successful in 0s
CI / deploy (pull_request) Successful in 1m43s
d43a740eb6
The offline auto-detect shipped in #202 (cold-start no-connection dialog / auto
offline) and #203 (mid-session flight-mode reactivity) but neither PR baked the
docs. Add the user story to FUNCTIONAL.md (+ _ru mirror) and the mechanism to the
ARCHITECTURE offline section: the auto vs deliberate distinction, the cold-start
navigator.onLine / bounded reachability-probe decision, the mid-session window
online/offline events backed by a navigator.onLine poll (the events are unreliable
on some platforms, notably iOS PWAs), and the reachability probe being the one call
exempt from the offline kill switch.
owner approved these changes 2026-07-06 17:47:31 +00:00
developer merged commit 05c445e4da into development 2026-07-06 17:47:55 +00:00
developer deleted branch feature/offline-autodetect-docs 2026-07-06 17:47:55 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: developer/scrabble-game#204