IMPORVE ONBOARDING STEPS
This commit is contained in:
@@ -165,9 +165,8 @@ export const ROUTES = {
|
||||
HELP_SUPPORT: '/help/support',
|
||||
HELP_FEEDBACK: '/help/feedback',
|
||||
|
||||
// Onboarding & Setup
|
||||
// Onboarding (Setup is now integrated into UnifiedOnboardingWizard)
|
||||
ONBOARDING: '/app/onboarding',
|
||||
SETUP: '/app/setup',
|
||||
|
||||
// Error pages
|
||||
NOT_FOUND: '/404',
|
||||
@@ -575,22 +574,7 @@ export const routesConfig: RouteConfig[] = [
|
||||
},
|
||||
},
|
||||
|
||||
// Setup Wizard - Bakery operations setup (post-onboarding)
|
||||
{
|
||||
path: '/app/setup',
|
||||
name: 'Setup',
|
||||
component: 'SetupPage',
|
||||
title: 'Configurar Operaciones',
|
||||
description: 'Configure suppliers, inventory, recipes, and quality standards',
|
||||
icon: 'settings',
|
||||
requiresAuth: true,
|
||||
showInNavigation: false,
|
||||
meta: {
|
||||
hideHeader: false, // Show header for easy navigation
|
||||
hideSidebar: false, // Show sidebar for context
|
||||
fullScreen: false,
|
||||
},
|
||||
},
|
||||
// Setup is now integrated into UnifiedOnboardingWizard - route removed
|
||||
|
||||
|
||||
// Error pages
|
||||
|
||||
Reference in New Issue
Block a user