c400c36306
fix: between operator for attribute matching ( #21031 )
...
* update json logic for raqb between operator
* nit
* add tests
* e2e tests
* after merge: updated tests due to latest changes in routingforms v3
---------
Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com >
2025-05-02 10:29:48 +00:00
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
Hariom Balhara and GitHub
5f0cc805a9
fix: multiselect "Any in" operator for a user with just one option assigned for the attribute ( #17200 )
2024-10-20 16:53:19 +00:00
Hariom Balhara and GitHub
ab39f0c8b6
Add support for multiselect_some_in for attributes query ( #17144 )
2024-10-17 12:16:34 +00:00
e90e060739
feat: Event availability platform wrapper ( #17091 )
...
* moved listSchedules to schedule repository
* Create EventAvailabilityTabPlatformWrapper.tsx
* Revert "moved listSchedules to schedule repository"
This reverts commit b5feacfabbadbf9d75eb205dfad8f70b7773a5cb.
* fix: active state of tabs items
* added event availability platform wrapper
* Update event-types.tsx
* better types
only pick the types we need and omit the rest
* fix: type-check failing
---------
Co-authored-by: Morgan Vernay <morgan@cal.com >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-10-16 13:24:13 +03:00
Hariom Balhara and GitHub
b8f0cc6fa1
fix: Add back missing Any in and Not in operators for Single Select ( #17102 )
...
* fix: Missing any_in and not_anhy_in opperators
* Add tests
2024-10-15 15:07:40 +00:00
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