[OQI-007] docs: Update inventories with hooks and utilities
- FRONTEND_INVENTORY: Added hooks (2), utils (1), SignalExecutionPanel - MASTER_INVENTORY: Updated OQI-007 progress to 70% Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d60d8cae7d
commit
92474bb75e
@ -19,10 +19,10 @@ last_updated: "2026-01-25"
|
|||||||
summary:
|
summary:
|
||||||
total_features: 8 # auth, dashboard, education, trading, investment, settings, notifications, payments
|
total_features: 8 # auth, dashboard, education, trading, investment, settings, notifications, payments
|
||||||
total_pages: 18 # +4 (CheckoutSuccess, CheckoutCancel, Pricing, Billing)
|
total_pages: 18 # +4 (CheckoutSuccess, CheckoutCancel, Pricing, Billing)
|
||||||
total_components: 46 # +3 MT4 (MT4PositionsManager, AdvancedOrderEntry, AccountHealthDashboard)
|
total_components: 47 # +1 SignalExecutionPanel
|
||||||
total_hooks: 0
|
total_hooks: 2 # useChatAssistant, useStreamingChat
|
||||||
total_stores: 2 # chatStore, paymentStore
|
total_stores: 2 # chatStore, paymentStore
|
||||||
status: "En desarrollo (OQI-009 al 60%)"
|
status: "En desarrollo (OQI-007 al 70%)"
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# ESTRUCTURA DE DIRECTORIOS
|
# ESTRUCTURA DE DIRECTORIOS
|
||||||
@ -771,9 +771,11 @@ epic_mapping:
|
|||||||
OQI-007:
|
OQI-007:
|
||||||
features: [assistant]
|
features: [assistant]
|
||||||
pages_count: 1
|
pages_count: 1
|
||||||
components_count: 9
|
components_count: 10
|
||||||
status: "En Desarrollo (55%)"
|
hooks_count: 2
|
||||||
note: "Core chat components + ToolCallCard, MessageFeedback, StreamingIndicator, AssistantSettingsPanel"
|
utils_count: 1
|
||||||
|
status: "En Desarrollo (70%)"
|
||||||
|
note: "Complete UI + SignalExecutionPanel, useChatAssistant, useStreamingChat, messageFormatters"
|
||||||
|
|
||||||
OQI-008:
|
OQI-008:
|
||||||
features: []
|
features: []
|
||||||
|
|||||||
@ -17,7 +17,7 @@ resumen_general:
|
|||||||
total_tablas: 81 # +4 (notifications, user_push_tokens, distribution_history, distribution_runs)
|
total_tablas: 81 # +4 (notifications, user_push_tokens, distribution_history, distribution_runs)
|
||||||
total_servicios_backend: 15 # +1 firebase.client
|
total_servicios_backend: 15 # +1 firebase.client
|
||||||
total_servicios_python: 4 # ML Engine, Data Service, MT4 Gateway, LLM Agent
|
total_servicios_python: 4 # ML Engine, Data Service, MT4 Gateway, LLM Agent
|
||||||
total_componentes_frontend: 69 # +3 MT4 (MT4PositionsManager, AdvancedOrderEntry, AccountHealthDashboard)
|
total_componentes_frontend: 70 # +1 SignalExecutionPanel, +2 hooks, +1 utils module
|
||||||
total_pages: 33 # +4 payments (CheckoutSuccess, CheckoutCancel, Pricing, Billing)
|
total_pages: 33 # +4 payments (CheckoutSuccess, CheckoutCancel, Pricing, Billing)
|
||||||
total_background_jobs: 1 # Distribution Job
|
total_background_jobs: 1 # Distribution Job
|
||||||
total_unit_tests: 2 # notification.service.spec, distribution.job.spec
|
total_unit_tests: 2 # notification.service.spec, distribution.job.spec
|
||||||
@ -76,9 +76,9 @@ epicas:
|
|||||||
nombre: LLM Strategy Agent
|
nombre: LLM Strategy Agent
|
||||||
sp: 55
|
sp: 55
|
||||||
estado: En Desarrollo
|
estado: En Desarrollo
|
||||||
progreso: 55%
|
progreso: 70%
|
||||||
doc_frontend: true
|
doc_frontend: true
|
||||||
descripcion: "Core chat + ToolCallCard, MessageFeedback, StreamingIndicator, AssistantSettingsPanel"
|
descripcion: "Complete UI + hooks (useChatAssistant, useStreamingChat), utils, SignalExecutionPanel"
|
||||||
|
|
||||||
- codigo: OQI-008
|
- codigo: OQI-008
|
||||||
nombre: Portfolio Manager
|
nombre: Portfolio Manager
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user