[OQI-003] docs: Update inventories with chart analysis components
- FRONTEND_INVENTORY: Add 4 new chart/trading components (80%) - MASTER_INVENTORY: Update component count and OQI-003 progress 65% -> 80% Components added: - IndicatorConfigPanel - ChartDrawingToolsPanel - SymbolInfoPanel - TradeJournalPanel Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
acce97c976
commit
60c0e611fb
@ -19,10 +19,10 @@ last_updated: "2026-01-25"
|
||||
summary:
|
||||
total_features: 8 # auth, dashboard, education, trading, investment, settings, notifications, payments
|
||||
total_pages: 18 # +4 (CheckoutSuccess, CheckoutCancel, Pricing, Billing)
|
||||
total_components: 66 # +4 MT4LiveTradesPanel, PositionModifierDialog, RiskBasedPositionSizer, TradeAlertsNotificationCenter
|
||||
total_components: 70 # +4 IndicatorConfigPanel, ChartDrawingToolsPanel, SymbolInfoPanel, TradeJournalPanel
|
||||
total_hooks: 3 # useChatAssistant, useStreamingChat, useMT4WebSocket
|
||||
total_stores: 2 # chatStore, paymentStore
|
||||
status: "En desarrollo (OQI-009 al 85%)"
|
||||
status: "En desarrollo (OQI-003 al 80%)"
|
||||
|
||||
# ============================================================================
|
||||
# ESTRUCTURA DE DIRECTORIOS
|
||||
@ -284,6 +284,31 @@ features:
|
||||
- name: index.ts
|
||||
purpose: "Exports de componentes de trading"
|
||||
|
||||
# Chart Analysis Components (OQI-003)
|
||||
- name: IndicatorConfigPanel.tsx
|
||||
purpose: "Configuracion avanzada de indicadores tecnicos"
|
||||
epic: OQI-003
|
||||
rf: RF-TRD-006
|
||||
created: "2026-01-25"
|
||||
|
||||
- name: ChartDrawingToolsPanel.tsx
|
||||
purpose: "Herramientas de dibujo para analisis tecnico"
|
||||
epic: OQI-003
|
||||
rf: RF-TRD-007
|
||||
created: "2026-01-25"
|
||||
|
||||
- name: SymbolInfoPanel.tsx
|
||||
purpose: "Panel de informacion completa del simbolo"
|
||||
epic: OQI-003
|
||||
rf: RF-TRD-008
|
||||
created: "2026-01-25"
|
||||
|
||||
- name: TradeJournalPanel.tsx
|
||||
purpose: "Journal de trades con analisis y notas"
|
||||
epic: OQI-003
|
||||
rf: RF-TRD-009
|
||||
created: "2026-01-25"
|
||||
|
||||
- name: QuickOrderPanel.tsx
|
||||
purpose: "Panel compacto para ordenes rapidas one-click"
|
||||
epic: OQI-009
|
||||
@ -827,7 +852,9 @@ epic_mapping:
|
||||
OQI-003:
|
||||
features: [trading]
|
||||
pages_count: 1
|
||||
status: "Estructura creada"
|
||||
components_count: 23
|
||||
status: "En Desarrollo (80%)"
|
||||
note: "Chart components, indicators, drawing tools, symbol info, trade journal"
|
||||
|
||||
OQI-004:
|
||||
features: [investment]
|
||||
|
||||
@ -17,7 +17,7 @@ resumen_general:
|
||||
total_tablas: 81 # +4 (notifications, user_push_tokens, distribution_history, distribution_runs)
|
||||
total_servicios_backend: 15 # +1 firebase.client
|
||||
total_servicios_python: 4 # ML Engine, Data Service, MT4 Gateway, LLM Agent
|
||||
total_componentes_frontend: 89 # +4 MT4LiveTradesPanel, PositionModifierDialog, RiskBasedPositionSizer, TradeAlertsNotificationCenter
|
||||
total_componentes_frontend: 93 # +4 IndicatorConfigPanel, ChartDrawingToolsPanel, SymbolInfoPanel, TradeJournalPanel
|
||||
total_pages: 33 # +4 payments (CheckoutSuccess, CheckoutCancel, Pricing, Billing)
|
||||
total_background_jobs: 1 # Distribution Job
|
||||
total_unit_tests: 2 # notification.service.spec, distribution.job.spec
|
||||
@ -45,9 +45,9 @@ epicas:
|
||||
nombre: Trading y Charts
|
||||
sp: 55
|
||||
estado: En Desarrollo
|
||||
progreso: 65%
|
||||
progreso: 80%
|
||||
doc_frontend: true
|
||||
descripcion: "Trading charts, ML overlays, paper trading, alerts, stats, order book, settings"
|
||||
descripcion: "Trading charts, ML overlays, paper trading, alerts, stats, order book, indicators config, drawing tools, symbol info, trade journal"
|
||||
|
||||
- codigo: OQI-004
|
||||
nombre: Cuentas de Inversion
|
||||
|
||||
Loading…
Reference in New Issue
Block a user