TLDR: 8 checks covering how a member reaches a document and reads it without leaving the app — the category rows on Home Preview, a category's article list with its dates and unread dots, a PDF that fits the phone screen edge to edge (the 2026-08-20 fix, AB#2526), an HTML document, the back chevron returning you to the list, the one-time PrefetchCount auto-download opt-in prompt (AB#2576), and reaching the Document Cache list from the Favorites FAB (AB#2578).
/documents) bounces a logged-out visitor
to the log-in screen — that is expected, not a finding (see the
Login & Logout walkthrough, Check 6).Steps: On the Page Readiness screen tap Home Preview — heart-toggle test surface, or tap HOME in the tab bar.
What you should see: An ALPA Magazine carousel with a View All link, then a stack of category rows — Canada Limits, IRS/PBGC Limits, From The President, Fastread and more as you scroll — each with an outline heart on the right. The screen appears within a few seconds of launch; it no longer waits on the documents download before drawing (AB#2507).
Steps: Tap the Canada Limits row (not its heart).
What you should see: A screen titled Canada Limits with a back chevron, listing each document as a card: a date line (e.g. 03/18/2026), the title, a blue dot on the left when you have not opened it yet, and a chevron on the right. A sparse category legitimately shows a single card.
Steps: Tap the Canadian Limits: 2026 & 2025 card.
What you should see: The document opens inside the app — the top bar, a back chevron with the document title, and the tab bar all stay in place. The PDF page is scaled to the width of the screen: the red banner and the full table are visible without scrolling sideways, and the whole page is readable top to bottom by scrolling. You may briefly see Opening document… with a spinner first.
Steps: Tap the back chevron twice to return to Home Preview, then tap From The President and open the newest entry (at capture time, From the President: 95 Years of Safer Skies).

The category list — several dated cards, English and French pairs

The document — banner image, date, body text reflowed to the phone width
What you should see: The article renders with its banner, the date, an In English / En français link and body text wrapped to the screen width. The title bar truncates long titles with an ellipsis rather than wrapping.
Steps: From the open document tap the back chevron.
What you should see: You are back on the same article list, scrolled where you left it. Tapping the chevron again returns to Home Preview.
Steps: Open any document for the first time on this install (a clean install, or after Document Cache → Clear All has never run and no document has been opened yet).
What you should see: A modal titled Download Documents for Offline Access? floats over the document (which keeps loading behind it) with NOT NOW and ENABLE buttons. This is AB#2576's PrefetchCount auto-download feature — it is off for every member until this prompt is answered, and the prompt fires exactly once: whichever button you tap, it will not appear again on this install.
Tapping ENABLE (or NOT NOW) simply dismisses the modal — the document underneath is unaffected either way; the answer only governs whether future categories with a backend-supplied PrefetchCount auto-download in the background.
Steps: Tap the heart icon in the top bar (or the Favorites flyout item) to reach Favorites, then tap the round document-icon button in the bottom-right corner.
What you should see: A blue floating action button with a document glyph, sitting clear of the tab bar in the lower-right corner of Favorites. Tapping it opens Document Cache (AB#2578) — a mechanism affiliated with Favorites by placement only, not a Favorites sub-list: it tracks documents already downloaded to this device, separately from the heart/favorite state.
Steps: Open Document Cache before any document has been downloaded (or after Clear All).
What you should see: A thin document-outline icon (the same glyph as the FAB, tinted dark navy — not a down-arrow emoji), the heading No Documents Cached, and explanatory text. Once documents are cached, this page groups them by category with a per-category auto-download toggle: turning a category off clears its already-cached files after a confirmation dialog, and a Clear All button appears once more than one document is cached (also confirmation-guarded).
DataManager_DocumentCacheTests.cs, DocumentCacheViewModelTests.cs).The member-facing documents path end to end: reaching a category from Home Preview, reading its list, opening both document types (PDF and HTML) in the in-app viewer with the page fitted to the phone (the viewer work delivered 2026-08-20, AB#2526/AB#2507/AB#2502), the one-time PrefetchCount auto-download opt-in gate, and reaching the Document Cache list from Favorites (AB#2576/AB#2578, delivered 2026-08-24).
/documents?scope=MEC) — its content is static while the page is in
progress; the hearts on it are covered by the Favorites walkthrough.gateway.alpa.org/v2/api/doc/downloadfile 400, landing on the
"couldn't be displayed here" fallback rather than the content described above. That written description
reflects the intended AB#2526 behaviour, not something captured against a working build. AB#2570 tracks
the fallback message being misleading for a download failure, separate from the download failure itself.UnitTest/DataManager_DocumentCacheTests.cs, UnitTest/DocumentCacheViewModelTests.cs),
not a screenshot here; revisit once AB#2571 is resolved.PrefetchCount
field on GetDocuments yet, so no category currently auto-downloads in production; that half of
the feature is validated via a DEBUG-only QA hook on DataManager, not through this walkthrough.