From 1fc91c4ff7663ab15cefb457fd07b2256de955cb Mon Sep 17 00:00:00 2001
From: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
Date: Wed, 25 Sep 2024 21:31:02 +0000
Subject: [PATCH 1/2] chore: update pricing details for organization roles
---
src/routes/pricing/+page.svelte | 6 +++---
src/routes/pricing/compare-plans.svelte | 9 ++++++++-
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/src/routes/pricing/+page.svelte b/src/routes/pricing/+page.svelte
index d0f682f5aa..24b7f0dabd 100644
--- a/src/routes/pricing/+page.svelte
+++ b/src/routes/pricing/+page.svelte
@@ -154,11 +154,12 @@
150GB storage
3.5M executions
200K monthly active users
+ Organization roles
Email support
Add-ons
Unlimited Databases, Buckets and FunctionsUnlimited Databases, Buckets, and Functions
@@ -201,7 +202,7 @@
BAA
Network logs
28-day log retention
- Organization roles
+ Custom organization roles
SSO
Activity logs
Priority support
@@ -245,7 +246,6 @@
24/7 enterprise support
Private Slack channel
Volume discounts
- Advanced permissions
Log drains
90-day log retention
Advanced observability
diff --git a/src/routes/pricing/compare-plans.svelte b/src/routes/pricing/compare-plans.svelte
index 8ca7819a81..d0bea777d1 100644
--- a/src/routes/pricing/compare-plans.svelte
+++ b/src/routes/pricing/compare-plans.svelte
@@ -301,6 +301,13 @@
{
title: 'Security',
rows: [
+ {
+ title: 'Organization roles',
+ free: '-',
+ pro: true,
+ scale: true,
+ enterprise: true
+ },
{
title: 'SOC-2',
free: '-',
@@ -323,7 +330,7 @@
enterprise: true
},
{
- title: 'Additional organization roles',
+ title: 'Custom organization roles',
free: '-',
pro: '-',
scale: 'Coming Soon',
From 3d3c58bce77e05136decdf0282ae1cc1248f9e74 Mon Sep 17 00:00:00 2001
From: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
Date: Wed, 25 Sep 2024 21:32:39 +0000
Subject: [PATCH 2/2] chore: update pricing plans details to include Slack
channel for scale
---
src/routes/pricing/compare-plans.svelte | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/routes/pricing/compare-plans.svelte b/src/routes/pricing/compare-plans.svelte
index d0bea777d1..b65e15842b 100644
--- a/src/routes/pricing/compare-plans.svelte
+++ b/src/routes/pricing/compare-plans.svelte
@@ -387,7 +387,7 @@
title: 'Private Slack channel',
free: '-',
pro: '-',
- scale: '-',
+ scale: true,
enterprise: true
}
]