update, not done
This commit is contained in:
@@ -112,7 +112,7 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
sectionPosition: 5,
|
||||
totalInSection: 9,
|
||||
type: 'question',
|
||||
title: 'What is your company\'s vision for the future?',
|
||||
title: 'What is your 5-year vision for the company?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'vision',
|
||||
required: true,
|
||||
@@ -125,9 +125,9 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
sectionPosition: 6,
|
||||
totalInSection: 9,
|
||||
type: 'question',
|
||||
title: 'What does success look like for your company?',
|
||||
title: 'What are your company\'s top 3 strategic advantages?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'successDefinition',
|
||||
field: 'strategicAdvantages',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
@@ -138,9 +138,9 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
sectionPosition: 7,
|
||||
totalInSection: 9,
|
||||
type: 'question',
|
||||
title: 'What are your core company values?',
|
||||
title: 'What are the biggest vulnerabilities or threats?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'coreValues',
|
||||
field: 'vulnerabilities',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
@@ -151,9 +151,9 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
sectionPosition: 8,
|
||||
totalInSection: 9,
|
||||
type: 'question',
|
||||
title: 'What do you want to be known for in your industry?',
|
||||
title: 'If the business were to double in size tomorrow, what would break first?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'industryReputation',
|
||||
field: 'scalabilityChallenges',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
@@ -344,9 +344,9 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
sectionPosition: 6,
|
||||
totalInSection: 7,
|
||||
type: 'question',
|
||||
title: 'What recurring problems never seem to get solved?',
|
||||
title: 'What processes feel fragile or inconsistent?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'recurringProblems',
|
||||
field: 'fragileProcesses',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
@@ -357,9 +357,9 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
sectionPosition: 7,
|
||||
totalInSection: 7,
|
||||
type: 'question',
|
||||
title: 'What would you fix first if you had unlimited resources?',
|
||||
title: 'What recurring problems never seem to get solved?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'wouldFixFirst',
|
||||
field: 'recurringProblems',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
@@ -473,7 +473,7 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
section: 5,
|
||||
sectionName: "Sales, Marketing & Growth",
|
||||
sectionPosition: 1,
|
||||
totalInSection: 9,
|
||||
totalInSection: 8,
|
||||
type: 'intro',
|
||||
title: 'Sales, Marketing & Growth',
|
||||
description: 'Description about the topic and what it means.'
|
||||
@@ -483,11 +483,11 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
section: 5,
|
||||
sectionName: "Sales, Marketing & Growth",
|
||||
sectionPosition: 2,
|
||||
totalInSection: 9,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'How do customers typically find you?',
|
||||
title: 'How consistent is your revenue pipeline?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'customerAcquisition',
|
||||
field: 'revenuePipeline',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
@@ -496,11 +496,11 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
section: 5,
|
||||
sectionName: "Sales, Marketing & Growth",
|
||||
sectionPosition: 3,
|
||||
totalInSection: 9,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'What is your competitive advantage?',
|
||||
title: 'Where do most of your customers come from?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'competitiveAdvantage',
|
||||
field: 'customerAcquisition',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
@@ -509,11 +509,11 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
section: 5,
|
||||
sectionName: "Sales, Marketing & Growth",
|
||||
sectionPosition: 4,
|
||||
totalInSection: 9,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'Where do you lose potential customers?',
|
||||
title: 'What is your customer acquisition cost (CAC)?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'customerLoss',
|
||||
field: 'customerAcquisitionCost',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
@@ -522,11 +522,11 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
section: 5,
|
||||
sectionName: "Sales, Marketing & Growth",
|
||||
sectionPosition: 5,
|
||||
totalInSection: 9,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'What drives customer loyalty and retention?',
|
||||
title: 'What\'s your average customer lifetime value (LTV)?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'customerLoyalty',
|
||||
field: 'customerLifetimeValue',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
@@ -535,11 +535,11 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
section: 5,
|
||||
sectionName: "Sales, Marketing & Growth",
|
||||
sectionPosition: 6,
|
||||
totalInSection: 9,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'What marketing efforts have the best ROI?',
|
||||
title: 'What channels or strategies are underutilized?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'marketingROI',
|
||||
field: 'underutilizedChannels',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
@@ -548,11 +548,11 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
section: 5,
|
||||
sectionName: "Sales, Marketing & Growth",
|
||||
sectionPosition: 7,
|
||||
totalInSection: 9,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'Where are you overspending with low ROI?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'overspending',
|
||||
field: 'overspendingROI',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
@@ -561,252 +561,252 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
section: 5,
|
||||
sectionName: "Sales, Marketing & Growth",
|
||||
sectionPosition: 8,
|
||||
totalInSection: 9,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'What would accelerate your growth the most?',
|
||||
title: 'What is your current bottleneck in scaling revenue?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'growthAccelerator',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 42,
|
||||
section: 5,
|
||||
sectionName: "Sales, Marketing & Growth",
|
||||
sectionPosition: 9,
|
||||
totalInSection: 9,
|
||||
type: 'question',
|
||||
title: 'What markets or opportunities are you not pursuing?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'untappedOpportunities',
|
||||
field: 'currentBottleneck',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
|
||||
// Section 6: Innovation & Product/Service Strategy (Steps 43-53)
|
||||
// Section 6: Financial Health & Metrics
|
||||
{
|
||||
id: 42,
|
||||
section: 6,
|
||||
sectionName: "Financial Health & Metrics",
|
||||
sectionPosition: 1,
|
||||
totalInSection: 8,
|
||||
type: 'intro',
|
||||
title: 'Financial Health & Metrics',
|
||||
description: 'Description about the topic and what it means.'
|
||||
},
|
||||
{
|
||||
id: 43,
|
||||
section: 6,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 1,
|
||||
totalInSection: 11,
|
||||
type: 'intro',
|
||||
title: 'Innovation & Product/Service Strategy',
|
||||
description: 'Description about the topic and what it means.'
|
||||
sectionName: "Financial Health & Metrics",
|
||||
sectionPosition: 2,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'What is your monthly burn or overhead?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'monthlyBurnOverhead',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 44,
|
||||
section: 6,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 2,
|
||||
totalInSection: 11,
|
||||
sectionName: "Financial Health & Metrics",
|
||||
sectionPosition: 3,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'What new products or services are you considering?',
|
||||
title: 'What is your current monthly/annual revenue?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'newProducts',
|
||||
field: 'currentRevenue',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 45,
|
||||
section: 6,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 3,
|
||||
totalInSection: 11,
|
||||
sectionName: "Financial Health & Metrics",
|
||||
sectionPosition: 4,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'How do you stay innovative and ahead of trends?',
|
||||
title: 'What is your current net profit margin?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'innovationProcess',
|
||||
field: 'netProfitMargin',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 46,
|
||||
section: 6,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 4,
|
||||
totalInSection: 11,
|
||||
sectionName: "Financial Health & Metrics",
|
||||
sectionPosition: 5,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'What customer problems are you uniquely positioned to solve?',
|
||||
title: 'Are your financials up to date and properly reported?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'uniquePosition',
|
||||
field: 'financialsUpToDate',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 47,
|
||||
section: 6,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 5,
|
||||
totalInSection: 11,
|
||||
sectionName: "Financial Health & Metrics",
|
||||
sectionPosition: 6,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'Where do you see your industry heading?',
|
||||
title: 'What would your team do differently if they had full financial transparency?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'industryDirection',
|
||||
field: 'financialGrowthPlanning',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 48,
|
||||
section: 6,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 6,
|
||||
totalInSection: 11,
|
||||
sectionName: "Financial Health & Metrics",
|
||||
sectionPosition: 7,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'What technology or trends could disrupt your business?',
|
||||
title: 'What does your cash runway look like?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'disruptionThreats',
|
||||
field: 'cashRunway',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 49,
|
||||
section: 6,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 7,
|
||||
totalInSection: 11,
|
||||
sectionName: "Financial Health & Metrics",
|
||||
sectionPosition: 8,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'How do you test and validate new ideas?',
|
||||
title: 'What are you underpricing or undervaluing?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'ideaValidation',
|
||||
field: 'underpricing',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
|
||||
// Section 7: Innovation & Product/Service Strategy (Steps 43-53)
|
||||
{
|
||||
id: 50,
|
||||
section: 6,
|
||||
section: 7,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 8,
|
||||
totalInSection: 11,
|
||||
type: 'question',
|
||||
title: 'What would your ideal product/service portfolio look like?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'idealPortfolio',
|
||||
required: true,
|
||||
rows: 6
|
||||
sectionPosition: 1,
|
||||
totalInSection: 6,
|
||||
type: 'intro',
|
||||
title: 'Innovation & Product/Service Strategy',
|
||||
description: 'Description about the topic and what it means.'
|
||||
},
|
||||
{
|
||||
id: 51,
|
||||
section: 6,
|
||||
section: 7,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 9,
|
||||
totalInSection: 11,
|
||||
sectionPosition: 2,
|
||||
totalInSection: 6,
|
||||
type: 'question',
|
||||
title: 'How do you balance innovation with operational stability?',
|
||||
title: 'What is your most unique offering?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'innovationBalance',
|
||||
field: 'uniqueOffering',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 52,
|
||||
section: 6,
|
||||
section: 7,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 10,
|
||||
totalInSection: 11,
|
||||
sectionPosition: 3,
|
||||
totalInSection: 6,
|
||||
type: 'question',
|
||||
title: 'What partnerships could accelerate your innovation?',
|
||||
title: 'What part of the product/service is outdated or stagnant?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'innovationPartnerships',
|
||||
field: 'productStagnation',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 53,
|
||||
section: 6,
|
||||
section: 7,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 11,
|
||||
totalInSection: 11,
|
||||
sectionPosition: 4,
|
||||
totalInSection: 6,
|
||||
type: 'question',
|
||||
title: 'How do you measure innovation success?',
|
||||
title: 'What trends are you tracking in your industry?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'innovationMetrics',
|
||||
field: 'industryTrends',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 54,
|
||||
section: 7,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 5,
|
||||
totalInSection: 6,
|
||||
type: 'question',
|
||||
title: 'How does your company stay ahead of innovation?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'innovationAhead',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 55,
|
||||
section: 7,
|
||||
sectionName: "Innovation & Product/Service Strategy",
|
||||
sectionPosition: 6,
|
||||
totalInSection: 6,
|
||||
type: 'question',
|
||||
title: 'What new product/service do you believe could change the game for you?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'industryDirection',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
|
||||
// Section 7: Personal Leadership & Risk (Steps 54-63)
|
||||
|
||||
// Section 8: Personal Leadership & Risk
|
||||
{
|
||||
id: 54,
|
||||
section: 7,
|
||||
section: 8,
|
||||
sectionName: "Personal Leadership & Risk",
|
||||
sectionPosition: 1,
|
||||
totalInSection: 10,
|
||||
totalInSection: 8,
|
||||
type: 'intro',
|
||||
title: 'Personal Leadership & Risk',
|
||||
description: 'Description about the topic and what it means.'
|
||||
},
|
||||
{
|
||||
id: 55,
|
||||
section: 7,
|
||||
section: 8,
|
||||
sectionName: "Personal Leadership & Risk",
|
||||
sectionPosition: 2,
|
||||
totalInSection: 10,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'What keeps you up at night about the business?',
|
||||
title: 'What decisions are you avoiding right now?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'businessWorries',
|
||||
field: 'avoidedDecisions',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 56,
|
||||
section: 7,
|
||||
section: 8,
|
||||
sectionName: "Personal Leadership & Risk",
|
||||
sectionPosition: 3,
|
||||
totalInSection: 10,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'What are your biggest blind spots as a leader?',
|
||||
title: 'What\'s been the hardest call you\'ve had to make in the last year?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'leadershipBlindSpots',
|
||||
field: 'hardestCall',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 57,
|
||||
section: 7,
|
||||
section: 8,
|
||||
sectionName: "Personal Leadership & Risk",
|
||||
sectionPosition: 4,
|
||||
totalInSection: 10,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'How do you handle stress and pressure?',
|
||||
title: 'What part of the business drains your energy the most?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'stressManagement',
|
||||
field: 'energyDrain',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 58,
|
||||
section: 7,
|
||||
section: 8,
|
||||
sectionName: "Personal Leadership & Risk",
|
||||
sectionPosition: 5,
|
||||
totalInSection: 10,
|
||||
type: 'question',
|
||||
title: 'What decisions do you most regret or would do differently?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'regretfulDecisions',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 59,
|
||||
section: 7,
|
||||
sectionName: "Personal Leadership & Risk",
|
||||
sectionPosition: 6,
|
||||
totalInSection: 10,
|
||||
type: 'question',
|
||||
title: 'How do you continue learning and growing as a leader?',
|
||||
placeholder: 'Type your answer....',
|
||||
field: 'leadershipGrowth',
|
||||
required: true,
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 60,
|
||||
section: 7,
|
||||
sectionName: "Personal Leadership & Risk",
|
||||
sectionPosition: 7,
|
||||
totalInSection: 10,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'Where are you most stretched as a leader?',
|
||||
placeholder: 'Type your answer....',
|
||||
@@ -815,11 +815,11 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 61,
|
||||
section: 7,
|
||||
id: 59,
|
||||
section: 8,
|
||||
sectionName: "Personal Leadership & Risk",
|
||||
sectionPosition: 8,
|
||||
totalInSection: 10,
|
||||
sectionPosition: 6,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'If you had to take a 90-day sabbatical, what would collapse?',
|
||||
placeholder: 'Type your answer....',
|
||||
@@ -828,11 +828,11 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 62,
|
||||
section: 7,
|
||||
id: 60,
|
||||
section: 8,
|
||||
sectionName: "Personal Leadership & Risk",
|
||||
sectionPosition: 9,
|
||||
totalInSection: 10,
|
||||
sectionPosition: 7,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'What legacy are you trying to build through this company?',
|
||||
placeholder: 'Type your answer....',
|
||||
@@ -841,11 +841,11 @@ export const onboardingSteps: OnboardingStep[] = [
|
||||
rows: 6
|
||||
},
|
||||
{
|
||||
id: 63,
|
||||
section: 7,
|
||||
id: 61,
|
||||
section: 8,
|
||||
sectionName: "Personal Leadership & Risk",
|
||||
sectionPosition: 10,
|
||||
totalInSection: 10,
|
||||
sectionPosition: 8,
|
||||
totalInSection: 8,
|
||||
type: 'question',
|
||||
title: 'What would need to happen in the next 12 months for this year to be a success?',
|
||||
placeholder: 'Type your answer....',
|
||||
|
||||
Reference in New Issue
Block a user