mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
Updated feature list (#11061)
Update the list of what is in what... ![image](https://github.com/user-attachments/assets/65abca35-9e39-4a7c-a001-230923ff04d3)
This commit is contained in:
parent
8908a73f6a
commit
8eb9e21e40
@ -35,7 +35,7 @@ export interface Sample {
|
||||
/** The full list of templates. */
|
||||
export const SAMPLES: Sample[] = [
|
||||
{
|
||||
title: 'Blank Project',
|
||||
title: 'New Project',
|
||||
id: 'Default',
|
||||
description: 'Start with a blank workflow.',
|
||||
background: `url("${BlankImage}") center / cover`,
|
||||
|
@ -567,17 +567,17 @@
|
||||
"soloPlanName": "Solo",
|
||||
"soloPlanSubtitle": "For individuals",
|
||||
"soloPlanPricing": "$60 per user / month, billed annually",
|
||||
"soloPlanFeatures": "Everything from free plan; 10GB Cloud Storage; 1 User; Datalinks; Version Control for files and workflows; Enso Copilot",
|
||||
"soloPlanFeatures": "Everything from free plan; 10GB Cloud Storage; Single user only; Cloud catalog and execution; Secrets and Datalinks; Basic Version Control",
|
||||
"soloPlanSeatsDescription": "This plan is only for a single user",
|
||||
"teamPlanName": "Team",
|
||||
"teamPlanSubtitle": "For small teams",
|
||||
"teamPlanPricing": "$150 per user / month, billed annually",
|
||||
"teamPlanFeatures": "Everything from free plan; 100GB Cloud Storage; Up to 10 users sharing; Datalinks; Version Control for files and workflows; Enso Copilot; Multiple Lifecycle Environments",
|
||||
"teamPlanFeatures": "Everything from Solo plan; 100GB Cloud Storage; Up to 10 users; Time-based Scheduling; Advanced Version Control; Browser based execution; Basic audit logs",
|
||||
"teamPlanSeatsDescription": "This plan allows to buy up to $0 seats",
|
||||
"enterprisePlanName": "Enterprise",
|
||||
"enterprisePlanSubtitle": "For large organizations",
|
||||
"enterprisePlanPricing": "$250 per user / month, billed annually",
|
||||
"enterprisePlanFeatures": "Everything from free plan; 1000+GB Cloud Storage; Unlimited users sharing; Datalinks; Version Control for files and workflows; Enso Copilot; Multiple Lifecycle Environments; Data access and modification logs; Priority Support; Fine-grained files and workflows permissions; Federated Log On",
|
||||
"enterprisePlanFeatures": "Everything from Team plan; 1000+GB Cloud Storage; Unlimited users; Advanced Scheduling; REST API; Data access and modification logs; Priority Support; Fine-grained permission Model; Federated Log On",
|
||||
"enterprisePlanSeatsDescription": "This plan does not have a limit on the number of seats",
|
||||
"subscribe": "Subscribe",
|
||||
"currentPlan": "Current Plan",
|
||||
|
Loading…
Reference in New Issue
Block a user