Hariom Balhara and GitHub
e87168322c
fix: Dont crash entire listing if one form has faulty JSON fields ( #19368 )
...
* Dont hit members matching endpoint for regular team forms
* fix tests
* Dont crash and instead show the form in readonly mode
2025-02-19 11:05:29 +00:00
dc7a1c4680
chore: migrate /apps/routing-forms/[...pages] to App Router ( #18956 )
...
* wip
* fix
* fix
* refactor
* rename to routingServerSidePropsConfig
* refactor
* refactor
* add routing-link to useIsBookingPage hook
* remove Head component
* fix
* redirect user to apps/routing-forms/forms if user goes to apps/routing-forms
* refactor
* remove log
* remove client component not needed
* clean up code
* remove unneeded metadata
* clean up further
* clean up further 2
* fix type check
* routing-link does not need shell
* Fix title for Routing Form public link and also remove any
* Remove ; in HTML
* Remove unnecessary page reload
---------
Co-authored-by: Hariom Balhara <hariombalhara@gmgmail.com >
2025-02-17 11:15:54 +05:30
8d2dc0bbe5
feat: setting to enable weights on attribute in route ( #18592 )
...
* add UI to Routes
* add attributeIdForWeights to route json
* fixes and clean up
* clean up onChangeAttributeIdForWeights
* fix type errors
* fix attribute weights in getLuckyUser
* adjust tests
* fixes for attribute rule changes
* fix type error
* Keep weighted attributes logic outside Route (#18974 )
Co-authored-by: Hariom Balhara <hariombalhara@gmgmail.com >
* use findUnique
* fix test
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmgmail.com >
2025-01-30 11:44:42 -05:00
f06bac7129
fix: Missing salesforce options in Routing Form ( #18884 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2025-01-27 14:49:13 +00:00
Benny Joo and GitHub
ce87de4fc7
fix: Revert - chore: app router - all sub-pages in /apps #16976 ( #18702 )
...
* revert
* add incomplete-booking
2025-01-15 21:12:18 -03:00
bb40b2f6bf
chore: app router - all sub-pages in /apps ( #16976 )
...
* chore: apps/[slug] remove pages router
* remove apps/[slug] pages from /future
* chore: apps/installed remove pages router
* chore: apps/installation remove pages router
* remove Head element
* fix metadata
* fix test
* fix another test
* chore: apps/categories remove pages router
* revert unneeded changes
* update middleware
* Remove <Head>
* remove unused import and code
* remove unused import and code again
* fix
* fix category page
* add split icon
* add /routing paths to middleware matcher
* wip
* remove HeadSeo from App.tsx
* clean up head-seo test
* add generateAppMetadata
* use generateAppMetadata in apps/[slug] page
* delete file
* remove log
* fix
* fix
* fix apps/installed pages
* fix cateogires pages
* fix
* fix imports
* wip
* fix
* fix
* fix metadata
* fix
* redirect /apps/routing-forms to /routing
* replace all usages of /apps/routing-forms to /routing
* better naming
* /routing -> /routing/forms
* fix
* fix
* fix
* fix
* remove backPath as it is irrelevant when withoutMain is true
* fix type checks
* fix type check in apps/[slug]
* refactors
* fix
* fix test
* fix
* fix
* fix
* Replace multiple leading slashes with a single slash
* migrate routing-forms too
* add re routing
* fix
* add redirection
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-01-10 20:16:11 -05:00
Anik Dhabal Babu and GitHub
3dff77fe59
chore: don't show parent managed eventType as event redirectionoption ( #17993 )
2024-12-04 20:08:52 +05:30
82e52a1948
feat: Attribute filter/Segment for Round Robin hosts ( #17361 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-11-20 10:22:53 +05:30
49333addc2
feat: Salesforce RR skip based on a user on a lookup field on an account ( #17526 )
...
* move types to types file
* Create salesforce routing form components
* Save salesforce data to routing form
* Fixes
* Add event type service
* Change commenting
* Pass data from routing form to CRM
* Init Salesforce routing form booking form handler
* Salesforce find user associated with lookup field
* Add looking up the contact owner
* If salesforce is disabled then don't change the Salesforce option
* Small refactor
* Refactor getting event type app metadata
* Refactor eventType service
* Type fix
* Clean up
* Add translations
Co-authored-by: Alex van Andel <emrysal@users.noreply.github.com >
---------
Co-authored-by: Alex van Andel <emrysal@users.noreply.github.com >
2024-11-12 01:09:30 +00:00
62aaba32cf
fix: Routing Form - Small Improvements ( #17538 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-11-11 14:14:39 +05:30
Amit Sharma and GitHub
193855d60f
fix: routing form: dont disable routing and reporting on mobile and fix mobile layout instead ( #17444 )
2024-11-06 09:29:51 -03:00
ab65ce73c2
feat: Support Attribute Logic fallback ( #17290 )
...
* Add fallback
* Support attribute query fallback
* Refactor
* Add tests and cleanup SingleFofrm
* small text fixes
* With fallback in picture, we dont throw error in preview now instead we capture errors and show them gracefully
* Get attribute logic preview working without saving Fixes CAL-4582
* Abstract useRoutes out
* Update e2e
* Dont define Page component again and again
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-10-31 12:53:34 -04:00
b8d4fccbab
feat: Rerouting a booking with corrected responses ( #17074 )
...
* POC working with no TS error
* cleanup
* Fix query booking
* Simplify things
* Support rerouting to different event
* self-review fixes
* Some improvements
* add more tests
* Remove members relation query
* Udits feedback
* Dont show CTAs when non-eventTypeRedirectUrl action route is chosen
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-10-18 17:11:50 -04:00
06429e27fb
test: Add Attributes Routing e2e and some more unit tests ( #17032 )
...
* Initial commit
* routingForm to Booking a particular team member working
* Happy path working
* Fixes
* Fix router query params forwarding
* Add basicConfig within app
* Tests
* More tests
* Update packages/app-store/routing-forms/components/SingleForm.tsx
Co-authored-by: Omar López <zomars@me.com >
* WIP
* Fix lint issues
* Fix tests -TS and add new logic
* Add getEventTypeRedirectUrl tests
* Remove booking title changes code
* More changes
* Add tests for getRoutedUsers
* More tests
* Update testUtils.ts
---------
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-10-09 22:47:16 +05:30
03d0b98155
feat: Skip contact owner even if it matches attribute routing ( #17015 )
...
Co-authored-by: Omar López <zomars@me.com >
2024-10-09 07:30:12 -07:00
654a204878
feat: Attribute based routing from Team Routing Form to Team Event(with assigned users matching the attribute logic) ( #16823 )
...
* Initial commit
* routingForm to Booking a particular team member working
* Happy path working
* Fixes
* Fix router query params forwarding
* Add basicConfig within app
* Tests
* More tests
* Update packages/app-store/routing-forms/components/SingleForm.tsx
Co-authored-by: Omar López <zomars@me.com >
---------
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-10-08 21:12:32 +05:30
a7ce12e22f
fix: event type redirect for orgs in preview test (routing-forms) ( #13686 )
...
* fix event type url for orgs
* fix type errors
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-03-05 13:55:50 +00:00
c99bb190f1
fix: route always selects 'custom' after saving an event redirect ( #13665 )
...
* fix to not always switch to custom on fresh load
* type fix
* type fix
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-02-13 22:08:03 +00:00
a776c72d48
fix: improvements for variables in routing-from routes ( #13624 )
...
* add variable description
* type fixes
* type fixes
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-02-10 19:28:59 +00:00
4aa040d96e
feat: routing form fields as variables in route ( #13519 )
...
* add UI for setting up custom event typ url
* extract variables when processing route
* remove console.log
* fix some UI issues
* code clean up
* add translation
* fix type error
* Update packages/app-store/routing-forms/pages/route-builder/[...appPages].tsx
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
* make variable check case insensitive
* add function
* code clean up
* code clean up
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2024-02-02 19:25:37 -03:00
bdd1d3a99d
chore: [app-router-migration 16]: migrate routing forms page ( #13015 )
...
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-01-19 11:57:08 -07:00
Hariom Balhara and GitHub
e2ef9dd710
fix: Failing tests ( #13091 )
...
* Stripe needs month starting from 1 and not 0
* Fix Routing form failure
* Fix failing test
2024-01-08 14:23:41 +00:00
e5e0fa97eb
fix: Across Org Scenarios - Wrong links for event and team ( #12358 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-12-19 19:33:30 +10:00
a56b19e618
fix: Broken Embed Dialog in Routing Forms due to recent rewrite ( #10434 )
...
Co-authored-by: zomars <zomars@me.com >
2023-08-02 19:40:53 +00:00
f1acedff77
fix: Make routing-form a preinstalled app ( #9836 )
...
Co-authored-by: zomars <zomars@me.com >
2023-07-26 16:44:19 +00:00
e0ef30eb52
fix: /routing-form/single - Don't clear edits when moving from one tab to the other ( #8125 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Nafees Nazik <84864519+G3root@users.noreply.github.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2023-07-10 09:24:04 -04:00
Hariom Balhara and GitHub
be40e4b4b0
fix: Legacy Routing Forms handling - Allow team Event in existing non-team Routing forms ( #9852 )
2023-06-30 10:58:14 -04:00
Omar López and GitHub
2d6eebcd8a
chore: Sync packages mismatches ( #9725 )
2023-06-22 15:25:37 -07:00
Hariom Balhara and GitHub
53224886e3
feat: Routing Forms/Teams Support ( #9417 )
2023-06-15 08:58:07 +00:00
175f2482e1
fix: Update forms UI ( #8093 )
...
* Routing Forms: Update forms UI
* fix failing test
* fix: Routing Forms forms UI Update
* fix: Routing Forms forms UI Update
* Apply suggestions from code review
---------
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-06-05 05:51:19 +00:00
Omar López and GitHub
451278b48e
fix: routing-form flakyness ( #9214 )
2023-05-30 21:15:57 +00:00
Hariom Balhara and GitHub
b8b6c48d7d
Improvements: Prefill Routing Forms and connect prefilling with Booking Form ( #8780 )
...
* Support prefilling routing form and prefilling Booking form through routing form
* Use Option Value as is instead of lowercasing
* Fix prefill validation issue
* Add prefill tests
* Fix Routing Form tests
* Small fix
2023-05-17 08:47:48 +00:00
Hariom Balhara and GitHub
5dac6896d2
Routing-Forms/External Redirect URL improvement ( #8487 )
2023-04-24 19:42:50 +05:30
Hariom Balhara and GitHub
2c96444058
Fix/Keep themes in peace across embed and booking pages and App ( #8108 )
2023-04-17 17:46:54 +05:30
sean-brydon and GitHub
4b0d22655d
Feat/tokens + darkmode + theme support ( #7876 )
2023-04-05 18:14:46 +00:00
6d82e3f1b6
Move routing forms outside of ee and use LicenseRequired component instead. ( #7639 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-03-09 22:58:02 +00:00