Skip to content
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: Show link location in /bookings #11863

Closed
wants to merge 12 commits into from
Closed

feat: Show link location in /bookings #11863

wants to merge 12 commits into from

Conversation

kremedev
Copy link
Contributor

@kremedev kremedev commented Oct 12, 2023

What does this PR do?

Fixes #11730

/claim #11730

fin.mov

Type of change

  • New feature (non-breaking change which adds functionality)

Mandatory Tasks

  • Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.

@vercel
Copy link

vercel bot commented Oct 12, 2023

@kremedev is attempting to deploy a commit to the cal Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Oct 12, 2023

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

Name Status Preview Comments Updated (UTC)
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 13, 2023 7:34pm

@github-actions github-actions bot added bookings area: bookings, availability, timezones, double booking Low priority Created by Linear-GitHub Sync ⚡ Quick Wins A collection of quick wins/quick fixes that are less than 30 minutes of work 💎 Bounty A bounty on Algora.io 🧹 Improvements Improvements to existing features. Mostly UX/UI labels Oct 12, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 12, 2023

Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link to collect XP and win prizes!

@kremedev kremedev changed the title Update BookingListItem.tsx feat: Show link location in /bookings Oct 12, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 12, 2023

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 177.05 KB (🟡 +21.12 KB)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Nine Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/[user]/[type] 234.99 KB 412.04 KB 117.73% (🟢 -0.19%)
/[user]/[type]/embed 235.02 KB 412.07 KB 117.73% (🟢 -0.18%)
/apps/[slug]/[...pages] 549.03 KB 726.09 KB 207.45% (🟢 -0.18%)
/d/[link]/[slug] 234.98 KB 412.04 KB 117.72% (🟢 -0.18%)
/org/[orgSlug]/[user]/[type] 235.15 KB 412.21 KB 117.77% (🟢 -0.18%)
/org/[orgSlug]/[user]/[type]/embed 235.18 KB 412.23 KB 117.78% (🟢 -0.18%)
/org/[orgSlug]/team/[slug]/[type] 235.01 KB 412.07 KB 117.73% (🟢 -0.18%)
/team/[slug]/[type] 234.98 KB 412.03 KB 117.72% (🟢 -0.18%)
/team/[slug]/[type]/embed 235.01 KB 412.06 KB 117.73% (🟢 -0.18%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

Copy link
Member

@PeerRich PeerRich left a comment

Choose a reason for hiding this comment

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

we should not hard code logos and names, instead use whatever conference location was used

@kremedev
Copy link
Contributor Author

kremedev commented Oct 13, 2023

I tried using location link inside booking prop to get app logo and name but some apps like Google and Zoom use this type.

type DynamicLinkBasedEventLocation = {
  linkType: "dynamic";
  urlRegExp?: null;
  organizerInputType?: null;
  organizerInputPlaceholder?: null;
} & CommonProperties;

Should I change this type and add urlRegExp to them?

@Siddharth-2382
Copy link
Contributor

Umm I tried this code and I don't think booking.location is giving you the meeting link. It just gives value like integrations:zoom or integrations:google:meet. Can you share a recording? I'm bit lost here.

@kremedev
Copy link
Contributor Author

I updated the recording

@Siddharth-2382
Copy link
Contributor

Siddharth-2382 commented Oct 13, 2023

I updated the recording

When I'm clicking on the link it takes to /integrations:google%20meet?

Did you tried going through the link?

@kremedev
Copy link
Contributor Author

It shouldn't work at cal, daily, huddle, jets, and tandem since I haven't set them up yet.

I don't know how you get integrations:google:meet from booking.location. Is this how you created it?

Ekran Resmi 2023-10-13 21 03 04

@Siddharth-2382
Copy link
Contributor

Siddharth-2382 commented Oct 13, 2023

It shouldn't work at cal, daily, huddle, jets, and tandem since I haven't set them up yet.

I don't know how you get integrations:google:meet from booking.location. Is this how you created it?

Ekran Resmi 2023-10-13 21 03 04

No I simply created an event with location set as google meet. Can you show by going to the google meet link that you're having? Like a screen recording?

@kremedev
Copy link
Contributor Author

It shouldn't work at cal, daily, huddle, jets, and tandem since I haven't set them up yet.
I don't know how you get integrations:google:meet from booking.location. Is this how you created it?
Ekran Resmi 2023-10-13 21 03 04

No I simply created an event with location set as google meet. Can you show by going to the google meet link that you're having? Like a screen recording?

google.mov

</div>
);
}
const url = booking.references[0].meetingUrl;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is this the correct way to get urls from integrations @PeerRich ?

Copy link
Member

Choose a reason for hiding this comment

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

i believe so. asking @hariombalhara to review

Copy link
Member

Choose a reason for hiding this comment

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

#11866 this looks better approach

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't know you wanted Join Meeting link to go booking page

@PeerRich PeerRich dismissed their stale review October 17, 2023 09:52

addressed

@PeerRich PeerRich closed this Oct 17, 2023
@PeerRich
Copy link
Member

#11866 going with this one

@kremedev kremedev deleted the link branch October 21, 2023 13:16
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 🙋 Bounty claim 💎 Bounty A bounty on Algora.io 🧹 Improvements Improvements to existing features. Mostly UX/UI Low priority Created by Linear-GitHub Sync ⚡ Quick Wins A collection of quick wins/quick fixes that are less than 30 minutes of work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CAL-2590] Show link location in /bookings
3 participants