Skip to content

Conversation

@Udit-takkar
Copy link
Contributor

@Udit-takkar Udit-takkar commented Oct 14, 2024

What does this PR do?

  • Fixes #XXXX (GitHub issue number)
  • Fixes CAL-XXXX (Linear issue number - should be visible at the bottom of the GitHub issue description)

Continuing refactor of handleNewBooking

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • N/A I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
  • N/A I confirm automated tests are in place that prove my fix is effective or that my feature works.

How should this be tested?

@vercel
Copy link

vercel bot commented Oct 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Visit Preview Nov 18, 2024 3:35pm
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview Nov 18, 2024 3:35pm

@keithwillcode keithwillcode added core area: core, team members only enterprise area: enterprise, audit log, organisation, SAML, SSO labels Oct 14, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Nov 1, 2024

This PR is being marked as stale due to inactivity.

@github-actions github-actions bot added the Stale label Nov 1, 2024
@Udit-takkar Udit-takkar added this to the v4.8 milestone Nov 18, 2024
@Udit-takkar Udit-takkar marked this pull request as ready for review November 18, 2024 10:39
@graphite-app graphite-app bot requested a review from a team November 18, 2024 10:39
@dosubot dosubot bot added bookings area: bookings, availability, timezones, double booking 💻 refactor labels Nov 18, 2024
@graphite-app
Copy link

graphite-app bot commented Nov 18, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (11/18/24)

1 reviewer was added to this PR based on Keith Williams's automation.

Comment on lines -1561 to -1567
if (isConfirmedByDefault) {
const subscribersMeetingEnded = await getWebhooks(subscriberOptionsMeetingEnded);
const subscribersMeetingStarted = await getWebhooks(subscriberOptionsMeetingStarted);

let deleteWebhookScheduledTriggerPromise: Promise<unknown> = Promise.resolve();
const scheduleTriggerPromises = [];

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved all the scheduling logic to a single funciton

Comment on lines -859 to -860
const workflows = await getAllWorkflowsFromEventType(eventType, organizerUser.id);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just moved it up

@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2024

This PR is being marked as stale due to inactivity.

@github-actions github-actions bot added the Stale label Dec 3, 2024
@keithwillcode keithwillcode modified the milestones: v4.8, v4.9 Dec 15, 2024
@github-actions github-actions bot removed the Stale label Dec 16, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2025

This PR is being marked as stale due to inactivity.

@github-actions github-actions bot added Stale and removed Stale labels Jan 7, 2025
@keithwillcode keithwillcode modified the milestones: v4.9, v5.0 Jan 16, 2025
@CarinaWolli CarinaWolli modified the milestones: v5.0, v5.1 Feb 17, 2025
@Udit-takkar
Copy link
Contributor Author

Too many conflicts. I'll have to break this down into smaller PRs

@Udit-takkar Udit-takkar closed this Mar 7, 2025
@dosubot dosubot bot removed this from the v5.1 milestone Mar 7, 2025
@keithwillcode keithwillcode deleted the refactor/handle-new-booking-5 branch September 17, 2025 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bookings area: bookings, availability, timezones, double booking core area: core, team members only enterprise area: enterprise, audit log, organisation, SAML, SSO 💻 refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants