mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
* refactor(web): dedupe funnel form options across the 3 forms `skills`, `chatService` and `country` were byte-identical in all three form definitions. They move to `packages/funnel/src/form-options.ts` and reach the pages through `AFFORM_OPTIONS`; the form files now describe rendering only. Lists verified ordered-identical to the originals, entry for entry. Closes #140 * refactor(civi-crm): derive notion id/label maps from shared funnel options `SKILLS_MAP`, `CHAT_SERVICE_MAP` and `COUNTRY_MAP` were a fourth copy of the funnel option lists. They are now `toLabelMap()` over the shared arrays, the way `HEAR_ABOUT_MAP` already was, so an id cannot mean one thing in the dropdown and another in Notion. All 275 derived entries verified identical to the previous literals, so the Notion and n8n writes are unchanged. The one exception is country 1054, normalised to `Côte d'Ivoire` -- the spelling Notion already stored and the one the other apostrophised country names use. The dropdown label and the Ghost member note now match it.