-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: routing forms integration for booker atom #18726
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Graphite Automations"Add platform team as reviewer" took an action on this PR • (01/17/25)1 reviewer was added to this PR based on Keith Williams's automation. |
@@ -22,6 +22,8 @@ export const useAvailableSlots = ({ | |||
rest.isTeamEvent ?? false, | |||
rest.teamId ?? false, | |||
rest.usernameList, | |||
rest.routedTeamMemberIds, | |||
rest.skipContactOwner, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are missing shouldServeCache
here, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yes, will fix this one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
salesforce related query param is also missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the salesforce parameter in the schema of the trpc endpoint for slots here packages/trpc/server/routers/viewer/slots/types.ts is it used at all ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments to explain why some parameters are left out here
…success-for-platform' into remove-redirect-on-success-for-platform
What does this PR do?
loom video - https://app.campsite.com/cal/posts/8wh9mtl0s9ug#comment-tgoolr4bxzz3
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
This can be tested in the examples app