Scoping of the Member Resources screens — a resource nav list and the Submit a Pilot Data Request form. Documentation only; no presentation work.
MenuItem navigation (mapped). The
Submit a Pilot Data Request form pre-fills from Member, but the
submission is scoped to the web application — it was accidentally surfaced in the mobile mock and is
out of mobile scope (no mobile endpoint needed; the screen should be removed/hidden on mobile).
The only mobile follow-up is the Employee-Number prefill source to confirm.


card-sm nav tiles: In Case of Emergency · International Directory · Membership Card · Orange Card (each → an existing page: IncaseOfAccidentPage / InternationalDirectoryPage / MembershipCardPage / OrangeCardPage). Favorite heart shown (D31, 2026-06-26).toggle-settings (authorization consent) + 4× Master Form Field (Name · Position · ALPA Number · Employee Number) + Submit (Primary) + Cancel (Underline).| Element | Data | Source | Status |
|---|---|---|---|
| Resource nav tiles | title · icon · route | MenuItem → existing pages | mapped |
| PDR · Name | first + last name | Member.firstName / lastName (GetMemberAsync) | prefill |
| PDR · Position | classification | Member.classification | prefill |
| PDR · ALPA Number | member number | Member.memberNumber | prefill |
| PDR · Employee Number | employee # | — (not on Member; PDR is web-scoped) | moot · web |
| PDR · authorization | consent flag | form state | client |
| PDR · Submit | create request | web application (not mobile) | web-scope |
| # | Item | Note | Status |
|---|---|---|---|
| 1 | PDR submission | Scoped to the web application — accidentally surfaced in the mobile mock. No mobile endpoint required and the mobile screen should be removed/hidden. Not a mobile backend gap. | web-scope |
| 2 | Employee Number prefill | Moot — the PDR form is web-scoped (out of mobile scope), so this prefill is the web app's concern. For reference, Member has memberNumber (ALPA #), not an employee number; pilot identity is split across UserInfo + Member (alignment input for AB#1709). | moot · web |
| 3 | Membership Card / Orange Card screens | Linked nav targets (separate nodes, not in this set). Backed by GetMemberAsync → Member { firstName, lastName, airline, classification, memberNumber, mec, lec, … }. Future pass. | noted |
card-sm (exists) · toggle-settings · Master Form Field · Underline Button — all shared with prior screen sets; no new scaffolds unique to this set.
MenuItem) and PDR prefill (Member).