feat: add booking question field types to routing forms#28009
Closed
285729101 wants to merge 1 commit intocalcom:mainfrom
Closed
feat: add booking question field types to routing forms#28009285729101 wants to merge 1 commit intocalcom:mainfrom
285729101 wants to merge 1 commit intocalcom:mainfrom
Conversation
…arity with event types Adds address, multiemail, checkbox group, radio group, boolean, and URL field types to routing forms, reusing the same field type concepts from event type booking questions. This ensures both systems share the same set of input types and avoids maintaining them individually. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Member
|
@285729101 thanks for your work, going with this one:- #27959 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/claim #18987
Changes
New field types added to routing forms:
Files changed:
packages/app-store/routing-forms/lib/FieldTypes.ts- Added 6 new field type enum values and labelspackages/app-store/routing-forms/components/react-awesome-query-builder/config/BasicConfig.ts- Added checkbox, radio, boolean widget definitions and boolean type configpackages/app-store/routing-forms/components/react-awesome-query-builder/config/config.ts- Added address, url, multiemail, checkbox, radio types and widget mappingspackages/app-store/routing-forms/components/react-awesome-query-builder/config/uiConfig.tsx- Added factory functions for all new widget typespackages/app-store/routing-forms/components/react-awesome-query-builder/widgets.tsx- Added AddressWidget, URLWidget, MultiEmailWidget, CheckboxGroupWidget, RadioGroupWidget, BooleanWidget componentsapps/web/app/(use-page-wrapper)/apps/routing-forms/[...pages]/FormEdit.tsx- Extended options UI to show for checkbox and radio field typespackages/app-store/routing-forms/lib/transformResponse.ts- Added checkbox, radio, boolean handling in response transformationpackages/app-store/routing-forms/lib/getQueryBuilderConfig.ts- Extended listValues support for checkbox and radio fieldspackages/app-store/routing-forms/lib/formSubmissionUtils.ts- Extended isOptionsField to include checkbox and radiopackages/features/insights/server/routing-events.ts- Extended insights field filtering for new option-based typesapps/web/modules/insights/hooks/useInsightsColumns.tsx- Extended column filter type detection for new field typesTest plan
🤖 Generated with Claude Code