Files
html/api/v62-orchestrated-navigation.php

89 lines
4.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
// V62 Orchestrated Command Center Navigation + français avec accents UX premium
header('Content-Type: application/json; charset=utf-8');
$orchestrated = array(
'ok' => true,
'v' => 'V62-orchestrated-navigation-francais',
'ts' => date('c'),
'command_centers' => array(
'WTP' => array(
'url' => '/weval-technology-platform.html',
'role' => 'Point d\'entrée unique avec authentification',
'contient' => array('16 modules', '152 sous-modules', '236 pages'),
'drill_down_vers' => array('DG', 'Enterprise', 'Agents 3D', 'V77 Master Control', 'Meeting Rooms'),
),
'DG_Command_Center' => array(
'url' => '/dg-command-center.html',
'role' => 'Pilotage direction générale temps réel',
'sections' => array('TOC Goldratt', 'Funnel conversion', 'Data Pipelines', 'Marketing KPIs', 'CRM Pipeline', 'Risk Matrix 5x5', 'Alertes DG'),
'nb_widgets' => 15,
'drill_intents_chat' => 23,
'remontée_vers' => 'WTP',
'drill_down_vers' => array('Enterprise detail', 'V77 heatmap', 'ERP Gap-Fill offer'),
),
'Enterprise_Complete' => array(
'url' => '/enterprise-complete-v73.html',
'role' => 'Vue entreprise 20 départements SAP/Oracle/Sage-class',
'sections' => array('169 KPIs', '950 agents', '61 intégrations ERP/CRM', '12 gap agents méthode Scrum/SAFe/Agile'),
'critical_resolus' => 3,
'depts_ok' => 3,
'drill_intents_chat' => 10,
'remontée_vers' => 'WTP',
'drill_down_vers' => array('Par département → pilotage détail', 'ERP Gap-Fill'),
),
'V77_Master_Control' => array(
'url' => '/wevia-master.html',
'role' => 'Centre de contrôle WEVIA Brain + Training + Multiagent',
'sections' => array('Intents', 'Training', 'Skills & Gaps', 'Brain 50', 'Lean 6σ DMAIC', 'Cognitive 45', 'KB Doctrines 82', 'IA Building V66', 'QAHub V71', 'Risk V71', 'Multiagent V73'),
'coverage_ecosystem' => '98.29%',
'warn_heatmap' => 0,
'drill_intents_chat' => 13,
'remontée_vers' => 'WTP',
),
'V83_Business_KPI' => array(
'url' => '/v83-business-kpi-dashboard.html',
'role' => 'Dashboard SaaS 56 KPIs business 7 catégories',
'completeness' => '83.9%',
'live_ok' => 29,
'wire_needed_residuel' => 9,
'drill_intents_chat' => 14,
'remontée_vers' => 'WTP',
),
'ERP_Gap_Fill' => array(
'url' => '/agents-gap-fill-erp.html',
'role' => 'Offre service commerciale - Agents AI pour combler gaps ERP',
'agents_pack' => 149,
'verticaux' => 7,
'TAM_pipeline_MEUR' => 7.3,
'clients_identifies' => 23,
'drill_intents_chat' => 1,
'remontée_vers' => 'WTP',
),
'Opus5_Dispatch_Monitor' => array(
'url' => '/opus5-dispatch-monitor.html',
'role' => 'Monitoring temps réel tâches Opus5 dispatch-proxy',
'latence_moyenne_ms' => 341,
'remontée_vers' => 'WTP',
),
),
'navigation_sequence_recommandée' => array(
'étape_1' => 'WTP (entrée authentifiée)',
'étape_2' => 'DG Command Center (pilotage macro)',
'étape_3_si_alerte' => 'Drill dans widget concerné → chat WEVIA Master (cause racine)',
'étape_4_si_enterprise' => 'Enterprise Complete → département détaillé',
'étape_5_si_technique' => 'V77 Master Control → brain/training/heatmap',
'étape_6_si_business' => 'V83 Business KPI → métriques SaaS',
'étape_7_si_commercial' => 'ERP Gap-Fill → offre prospects',
),
'drill_down_total' => array(
'widgets_mappés' => 69,
'catégories' => 13,
'intents_chat' => 193,
'coverage' => '100%',
),
'doctrine_60_UX_premium' => 'Chaque centre → drill-down chat → cause racine en 1 clic. Accents français préservés via JSON_UNESCAPED_UNICODE.',
'navigation_unifiée_par' => 'WTP = hub central authentifié',
);
echo json_encode($orchestrated, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE);