2024-08-13 18:57:17 +05:30
|
|
|
export const PRO_PLAN_FEATURES_MAP = [
|
|
|
|
|
{
|
|
|
|
|
label: "Active Cycles + other Cycles features",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Workspace pages",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Bulk ops",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Shared and public pages",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Time tracking",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Importers + integrations",
|
|
|
|
|
comingSoon: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Customizable dashboards",
|
|
|
|
|
comingSoon: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Workflow manager",
|
|
|
|
|
comingSoon: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "On-demand reports",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Automations",
|
|
|
|
|
comingSoon: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Shared and public views",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Plane AI",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
2024-07-30 18:31:32 +05:30
|
|
|
];
|
|
|
|
|
|
2024-08-13 18:57:17 +05:30
|
|
|
// blank labels are intentional
|
|
|
|
|
export const ONE_TO_PRO_PLAN_FEATURES_MAP = [
|
|
|
|
|
{
|
|
|
|
|
label: "More Cycles features",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Popular integrations",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Full bulk Ops",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Automations",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Customizable dashboards",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Plane AI",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "On-demand reports",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Workspace pages",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Workflow manager",
|
|
|
|
|
comingSoon: false,
|
|
|
|
|
},
|
2024-07-30 18:31:32 +05:30
|
|
|
];
|