Skip to content

fix: onboard-pricing-options-self-host#10105

Merged
zomars merged 5 commits intomainfrom
fix-onboard-for-self-hosters-pricing-options
Jul 12, 2023
Merged

fix: onboard-pricing-options-self-host#10105
zomars merged 5 commits intomainfrom
fix-onboard-for-self-hosters-pricing-options

Conversation

@alannnc
Copy link
Copy Markdown
Contributor

@alannnc alannnc commented Jul 12, 2023

What does this PR do?

  • Change $99 plan with a link to contact sales page.

Fixes #10075

Requirement/Documentation

image

Type of change

  • Chore (refactoring code, technical debt, workflow improvements)

How should this be tested?

  • Are there environment variables that should be set? No.
  • What are the minimal test data to have? DB without any user admin created.
  • What is expected (happy path) to have (input and output)?
    Button should redirect to cal.com/sales pages instead of being selectable.
  • Any other important info that could help to test that PR
    Modifying/Commenting code on the SSR function that returns 404 when an user admin exist on the DB on auth/index so auth/setup doesn't return 404

Mandatory Tasks

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

Checklist

  • I haven't added tests that prove my fix is effective or that my feature works

@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 12, 2023

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

Name Status Preview Comments Updated (UTC)
api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2023 7:25pm
cal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2023 7:25pm
cal-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2023 7:25pm
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2023 7:25pm

@github-actions github-actions Bot added Medium priority Created by Linear-GitHub Sync self-hosting ✨ feature New feature or request labels Jul 12, 2023

import { useLocale } from "@calcom/lib/hooks/useLocale";

const ENTERPRISE_BOOKING_FEE = "$99"; // TODO: get this from a new API endpoint
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

No longer needed

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jul 12, 2023

Thank you for following the naming conventions! 🙏

@zomars zomars added the core area: core, team members only label Jul 12, 2023
</ul>
</div>
</RadioGroup.Item>
<RadioGroup.Item value="EE">
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Disabled and now as a Link

@shirazdole
Copy link
Copy Markdown

Is there a screenshot to see the new panel?

@alwaysmeticulous
Copy link
Copy Markdown

alwaysmeticulous Bot commented Jul 12, 2023

🤖 Meticulous spotted visual differences in 41 of 158 screens tested: view and approve differences detected.

Last updated for commit 965bc9f. This comment will update as new commits are pushed.

@deploysentinel
Copy link
Copy Markdown

deploysentinel Bot commented Jul 12, 2023

Current Playwright Test Results Summary

✅ 88 Passing - ⚠️ 5 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 07/12/2023 07:29:19pm UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: 965bc9f

Started: 07/12/2023 07:26:52pm UTC

⚠️ Flakes

📄   packages/app-store/routing-forms/playwright/tests/basic.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Routing Forms Seeded Routing Form Routing Link - Reporting and CSV Download
Retry 2Retry 1Initial Attempt
2.76% (6) 6 / 217 runs
failed over last 7 days
43.32% (94) 94 / 217 runs
flaked over last 7 days

📄   apps/web/playwright/booking-pages.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
pro user can book with multiple guests
Retry 1Initial Attempt
0% (0) 0 / 67 runs
failed over last 7 days
1.49% (1) 1 / 67 run
flaked over last 7 days

📄   packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 2 Flakes

Top 1 Common Error Messages

null

2 Test Cases Affected

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Popup Tests should be able to reschedule
Retry 1Initial Attempt
2.56% (1) 1 / 39 run
failed over last 7 days
97.44% (38) 38 / 39 runs
flaked over last 7 days
Popup Tests should open Routing Forms embed on click
Retry 1Initial Attempt
0% (0) 0 / 39 runs
failed over last 7 days
15.38% (6) 6 / 39 runs
flaked over last 7 days

📄   apps/web/playwright/login.2fa.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
2FA Tests should allow a user to enable 2FA and login using 2FA
Retry 1Initial Attempt
0% (0) 0 / 332 runs
failed over last 7 days
4.82% (16) 16 / 332 runs
flaked over last 7 days

View Detailed Build Results


@alannnc alannnc requested review from pumfleet and zomars July 12, 2023 18:26
Copy link
Copy Markdown
Contributor

@zomars zomars left a comment

Choose a reason for hiding this comment

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

Ship it

@zomars zomars enabled auto-merge (squash) July 12, 2023 19:03
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jul 12, 2023

📦 Next.js Bundle Analysis for @calcom/web

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

This PR introduced no changes to the JavaScript bundle! 🙌

@alannnc
Copy link
Copy Markdown
Contributor Author

alannnc commented Jul 12, 2023

Is there a screenshot to see the new panel?

On the PR description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core area: core, team members only ✨ feature New feature or request self-hosting Urgent Created by Linear-GitHub Sync

Projects

No open projects
Status: No status

Development

Successfully merging this pull request may close these issues.

[CAL-2149] Remove EE plan for self host onboarding

4 participants