Summary
PR #909 removed the kyc_registration_personal_step_phone_prefix_open golden (handbook slot 164) and dropped it from the mapping, the Golden test, and the screenshot card. Three handbook/docs spots still describe the old dropdown or still count slot 164.
Found while reviewing #909. Not a merge-blocker: the assemble script and the count guard already expect 278, CI is green, and this is leftover documentation.
Evidence
docs/screens.md:95 — KycRegistrationPersonalStep still lists handbook slots `40`, `54`, `163`, `164`, `165`.
docs/handbook/de/index.html:5528 — the KYC registration section still says <b>12 Screens</b>; after deleting the slot-164 card the section has 11 cards (161–163, 165–172).
docs/handbook/de/index.html:7176 — settings edit-phone card still says eine Länderauswahl mit Vorwahl +41.
docs/handbook/de/index.html:7935 — widget intro still says kombiniert eine Vorwahl-Auswahl.
docs/handbook/de/index.html:7952 — widget card still says links das Vorwahl-Dropdown … alternativ +49.
Suggested follow-up
- Drop
164 from the KycRegistrationPersonalStep row in docs/screens.md.
- Change the registration section count to
11 Screens.
- Rewrite the three handbook blurbs to match the free 1–3 digit prefix field with a fixed
+, default 41, and API-side existence checks.
Related
Summary
PR #909 removed the
kyc_registration_personal_step_phone_prefix_opengolden (handbook slot164) and dropped it from the mapping, the Golden test, and the screenshot card. Three handbook/docs spots still describe the old dropdown or still count slot164.Found while reviewing #909. Not a merge-blocker: the assemble script and the count guard already expect 278, CI is green, and this is leftover documentation.
Evidence
docs/screens.md:95—KycRegistrationPersonalStepstill lists handbook slots`40`, `54`, `163`, `164`, `165`.docs/handbook/de/index.html:5528— the KYC registration section still says<b>12 Screens</b>; after deleting the slot-164 card the section has 11 cards (161–163,165–172).docs/handbook/de/index.html:7176— settings edit-phone card still sayseine Länderauswahl mit Vorwahl +41.docs/handbook/de/index.html:7935— widget intro still sayskombiniert eine Vorwahl-Auswahl.docs/handbook/de/index.html:7952— widget card still sayslinks das Vorwahl-Dropdown … alternativ +49.Suggested follow-up
164from theKycRegistrationPersonalSteprow indocs/screens.md.11 Screens.+, default41, and API-side existence checks.Related