[OQI-007] docs: Update inventories with assistant components
- Add MessageList, ChatHeader, MessageSearch, MarkdownRenderer - Update OQI-007 progress 70% -> 80% - Update total_components 54 -> 58 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ae76f63dcb
commit
2b34fc3693
@ -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: 54 # +3 QuickOrderPanel, TradeExecutionHistory, TradingMetricsCard
|
||||
total_components: 58 # +4 MessageList, ChatHeader, MessageSearch, MarkdownRenderer
|
||||
total_hooks: 3 # useChatAssistant, useStreamingChat, useMT4WebSocket
|
||||
total_stores: 2 # chatStore, paymentStore
|
||||
status: "En desarrollo (OQI-009 al 75%)"
|
||||
status: "En desarrollo (OQI-007 al 80%)"
|
||||
|
||||
# ============================================================================
|
||||
# ESTRUCTURA DE DIRECTORIOS
|
||||
@ -826,11 +826,11 @@ epic_mapping:
|
||||
OQI-007:
|
||||
features: [assistant]
|
||||
pages_count: 1
|
||||
components_count: 10
|
||||
components_count: 14
|
||||
hooks_count: 2
|
||||
utils_count: 1
|
||||
status: "En Desarrollo (70%)"
|
||||
note: "Complete UI + SignalExecutionPanel, useChatAssistant, useStreamingChat, messageFormatters"
|
||||
status: "En Desarrollo (80%)"
|
||||
note: "Complete UI + SignalExecutionPanel, MessageList, ChatHeader, MessageSearch, MarkdownRenderer, useChatAssistant, useStreamingChat, messageFormatters"
|
||||
|
||||
OQI-008:
|
||||
features: []
|
||||
|
||||
@ -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: 77 # +3 QuickOrderPanel, TradeExecutionHistory, TradingMetricsCard
|
||||
total_componentes_frontend: 81 # +4 MessageList, ChatHeader, MessageSearch, MarkdownRenderer
|
||||
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
|
||||
@ -76,9 +76,9 @@ epicas:
|
||||
nombre: LLM Strategy Agent
|
||||
sp: 55
|
||||
estado: En Desarrollo
|
||||
progreso: 70%
|
||||
progreso: 80%
|
||||
doc_frontend: true
|
||||
descripcion: "Complete UI + hooks (useChatAssistant, useStreamingChat), utils, SignalExecutionPanel"
|
||||
descripcion: "Complete UI + MessageList, ChatHeader, MessageSearch, MarkdownRenderer, hooks, utils"
|
||||
|
||||
- codigo: OQI-008
|
||||
nombre: Portfolio Manager
|
||||
|
||||
Loading…
Reference in New Issue
Block a user