-
Notifications
You must be signed in to change notification settings - Fork 64
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
Updated in-app pricing page for CD #1273
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,13 +60,15 @@ function BillingPricingTable() { | |
{...firstColumnCellProps} | ||
borderTopLeftRadius={6} | ||
> | ||
Apps | ||
Open-Source Apps | ||
</Div> | ||
<Div {...firstColumnCellProps}>Clusters</Div> | ||
<Div {...firstColumnCellProps}>Users</Div> | ||
<Div {...firstColumnCellProps}>Services</Div> | ||
<Div {...firstColumnCellProps}>Roles</Div> | ||
<Div {...firstColumnCellProps}>Groups</Div> | ||
<Div {...firstColumnCellProps}>Service accounts</Div> | ||
<Div {...firstColumnCellProps}>Continuous deployment</Div> | ||
<Div {...firstColumnCellProps}>Discord Forum</Div> | ||
<Div {...firstColumnCellProps}>Community support</Div> | ||
<Div {...firstColumnCellProps}> | ||
|
@@ -105,7 +107,13 @@ function BillingPricingTable() { | |
</Div> | ||
<Div body2>Unlimited</Div> | ||
<Div body2>Free</Div> | ||
<Div body2>Up to 5</Div> | ||
<Div body2>Up to 2</Div> | ||
<Div> | ||
<CloseIcon color="icon-default" /> | ||
</Div> | ||
<Div> | ||
<CloseIcon color="icon-default" /> | ||
</Div> | ||
<Div> | ||
<CloseIcon color="icon-default" /> | ||
</Div> | ||
|
@@ -174,6 +182,10 @@ function BillingPricingTable() { | |
<Div body2>Unlimited</Div> | ||
<Div body2>${clusterMonthlyPricing}/cluster/month</Div> | ||
<Div body2>${userMonthlyPricing}/user/month</Div> | ||
<Div body2>$200/pack of 5 services/month</Div> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @michaeljguarino hard-coding this for now since I think we'll need the variable for service monthly pricing - TODO fix There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that's ok yea it's not exposed in the api now (and it's not exactly a line-item due to weirdness w/ usage based billing as well) |
||
<Div> | ||
<CheckIcon color="icon-success" /> | ||
</Div> | ||
<Div> | ||
<CheckIcon color="icon-success" /> | ||
</Div> | ||
|
@@ -259,6 +271,15 @@ function BillingPricingTable() { | |
> | ||
Unlimited | ||
</Div> | ||
<Div | ||
{...lastColumnCellProps} | ||
body2 | ||
> | ||
Unlimited | ||
</Div> | ||
<Div {...lastColumnCellProps}> | ||
<CheckIcon color="icon-success" /> | ||
</Div> | ||
<Div {...lastColumnCellProps}> | ||
<CheckIcon color="icon-success" /> | ||
</Div> | ||
|
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 can put this but the enforcement is going to be honor system on the cluster side