- Shipped
- April 19, 2026 at 11:20 PM UTC
- Author
- kamo
- Commit
- 21a96f0
- Replace OrgTypeStep (OrganizationType + Configuration dropdowns) with BranchTypeStep that fetches **************** — the new endpoint returns only branch types the caller is permitted to create a child org under, filtered by their OWNERS/TEAM_MEMBERS/MEMBERS classification against the org's applied security models - Remove OrganizationType from the payload entirely; configType is now auto-derived from the security model's allowedMemberAgeRanges (KIDS_ONLY → KIDS_CLUB, teen-range → CLUB, else ENTERPRISE) - AgeRestrictionsStep now filters available AgeReqType options to those permitted by the selected security model, with a banner when gating is active; null age (Not specified) remains a safe no-op per backend - After successful creation redirect to /setup/dns?orgId=&orgName= of the CURRENT org (not the new child org) — DNS must be configured before the new org is accessible - Add **************** Next.js proxy route - ReviewStep shows branch type name + allowed age scope instead of old org type / config type badges