FASE 0 - Preparación y Purga: - Archived 21 completed tasks to _archive/2026-01/ - Marked 4 docs as DEPRECATED - Created 3 baseline coherence reports FASE 1 - DDL-Backend Coherence: - audit.types.ts: +4 types (SystemEvent, TradingAudit, ApiRequestLog, DataAccessLog) - investment.types.ts: +4 types (RiskQuestionnaire, WithdrawalRequest, DailyPerformance, DistributionHistory) - entity.types.ts: +5 types (Symbol, TradingBot, TradingSignal, TradingMetrics, PaperBalance) FASE 2 - Backend-Frontend Coherence: - investmentStore.ts: New Zustand store with 20+ actions - mlStore.ts: New Zustand store with signal caching - alerts.service.ts: New service with 15 functions FASE 3 - Documentation: - OQI-009: Updated to 100% coverage, added ET-MKT-004-productos.md - OQI-010: Created full structure (STATUS.md, ROADMAP-MT4.md, ET-MT4-001-gateway.md) Coherence Baseline Established: - DDL-Backend: 31% (target 95%) - Backend-Frontend: 72% (target 85%) - Global: 39.6% (target 90%) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
122 lines
3.3 KiB
YAML
122 lines
3.3 KiB
YAML
##############################################################################
|
|
# METADATA.yml - OQI-006 ML Utility Panels
|
|
# Sistema: SIMCO v4.0.0 | SAAD v1.0.0
|
|
# Creado: 2026-01-26
|
|
##############################################################################
|
|
|
|
tarea:
|
|
id: "TASK-2026-01-26-OQI-006-ML-UTILITY-PANELS"
|
|
titulo: "OQI-006 ML Utility Panels - Model Selection, Ensemble Config, ICT Analysis"
|
|
descripcion: |
|
|
Creación de componentes utilitarios para el módulo ML signals:
|
|
- ModelSelector: Selector de modelos ML con variantes dropdown/tabs/cards
|
|
- EnsemblePanel: Panel de configuración de ensemble y pesos
|
|
- ICTAnalysisPanel: Panel de parámetros ICT (Order Blocks, FVG, Market Structure)
|
|
|
|
tipo: "FEATURE"
|
|
prioridad: "MEDIA"
|
|
epic: "OQI-006"
|
|
epic_nombre: "Señales ML"
|
|
|
|
estado: "COMPLETADA"
|
|
progreso: 100
|
|
|
|
fechas:
|
|
creacion: "2026-01-26"
|
|
inicio: "2026-01-26"
|
|
completada: "2026-01-26"
|
|
|
|
agente:
|
|
nombre: "Claude Code"
|
|
modelo: "claude-opus-4-5-20251101"
|
|
sesion: "OQI-006-ML-PANELS"
|
|
|
|
proyecto:
|
|
nombre: "trading-platform"
|
|
modulo: "ml"
|
|
ruta: "apps/frontend/src/modules/ml/components/"
|
|
|
|
entregables:
|
|
componentes:
|
|
- nombre: "ModelSelector"
|
|
archivo: "ModelSelector.tsx"
|
|
loc: 280
|
|
tipos_exportados:
|
|
- "MLModel"
|
|
- "ModelSelectorProps"
|
|
variantes:
|
|
- "dropdown"
|
|
- "tabs"
|
|
- "cards"
|
|
descripcion: "Selector de modelos ML con métricas de accuracy"
|
|
|
|
- nombre: "EnsemblePanel"
|
|
archivo: "EnsemblePanel.tsx"
|
|
loc: 320
|
|
tipos_exportados:
|
|
- "ModelWeight"
|
|
- "EnsembleConfig"
|
|
- "EnsemblePanelProps"
|
|
features:
|
|
- "Voting method selection"
|
|
- "Weight sliders with lock"
|
|
- "Normalize/Auto-weight by accuracy"
|
|
descripcion: "Panel de configuración de ensemble voting"
|
|
|
|
- nombre: "ICTAnalysisPanel"
|
|
archivo: "ICTAnalysisPanel.tsx"
|
|
loc: 350
|
|
tipos_exportados:
|
|
- "ICTParams"
|
|
- "ICTAnalysisPanelProps"
|
|
sections:
|
|
- "Timeframe settings"
|
|
- "Order Blocks"
|
|
- "Fair Value Gaps"
|
|
- "Market Structure"
|
|
- "Liquidity"
|
|
descripcion: "Panel de parámetros ICT analysis"
|
|
|
|
actualizaciones:
|
|
- archivo: "index.ts"
|
|
cambio: "Agregados exports de 3 nuevos componentes con 6 tipos"
|
|
- archivo: "FRONTEND_INVENTORY.yml"
|
|
cambio: "ml components 12→15, progress 60%→70%"
|
|
- archivo: "MASTER_INVENTORY.yml"
|
|
cambio: "frontend components 139→142, OQI-006 progress 60%→70%"
|
|
|
|
metricas:
|
|
componentes_creados: 3
|
|
lineas_codigo: 950
|
|
tipos_exportados: 6
|
|
tiempo_ejecucion: "~25 min"
|
|
|
|
dependencias:
|
|
paquetes:
|
|
- "lucide-react"
|
|
- "react"
|
|
componentes_existentes:
|
|
- "ConfidenceMeter"
|
|
- "ModelAccuracyDashboard"
|
|
- "ICTAnalysisCard"
|
|
|
|
validaciones:
|
|
build: true
|
|
lint: true
|
|
typecheck: true
|
|
|
|
notas: |
|
|
- Componentes cierran gaps listados en inventario
|
|
- ModelSelector soporta 3 variantes de UI
|
|
- EnsemblePanel permite normalizar pesos automáticamente
|
|
- ICTAnalysisPanel usa secciones colapsables
|
|
|
|
tags:
|
|
- "OQI-006"
|
|
- "ml"
|
|
- "frontend"
|
|
- "react"
|
|
- "model-selection"
|
|
- "ensemble"
|
|
- "ict"
|