[OQI-007] docs: Update inventories with LLM strategy agent components
- FRONTEND_INVENTORY: Add 4 new assistant components (18 total for OQI-007) - MASTER_INVENTORY: Update OQI-007 progress 80% -> 90% - Added: AnalysisRequestForm, StrategyTemplateSelector, LLMConfigPanel, ContextMemoryDisplay Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
fb142a68d2
commit
8eee9b9d1c
@ -19,10 +19,10 @@ last_updated: "2026-01-25"
|
|||||||
summary:
|
summary:
|
||||||
total_features: 9 # auth, dashboard, education, trading, investment, settings, notifications, payments, ml
|
total_features: 9 # auth, dashboard, education, trading, investment, settings, notifications, payments, ml
|
||||||
total_pages: 18 # +4 (CheckoutSuccess, CheckoutCancel, Pricing, Billing)
|
total_pages: 18 # +4 (CheckoutSuccess, CheckoutCancel, Pricing, Billing)
|
||||||
total_components: 82 # +4 AccountSummaryCard, ProductComparisonTable, PerformanceWidgetChart, AccountSettingsPanel
|
total_components: 86 # +4 AnalysisRequestForm, StrategyTemplateSelector, LLMConfigPanel, ContextMemoryDisplay
|
||||||
total_hooks: 3 # useChatAssistant, useStreamingChat, useMT4WebSocket
|
total_hooks: 3 # useChatAssistant, useStreamingChat, useMT4WebSocket
|
||||||
total_stores: 2 # chatStore, paymentStore
|
total_stores: 2 # chatStore, paymentStore
|
||||||
status: "En desarrollo (OQI-004 al 85%)"
|
status: "En desarrollo (OQI-007 al 90%)"
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# ESTRUCTURA DE DIRECTORIOS
|
# ESTRUCTURA DE DIRECTORIOS
|
||||||
@ -975,11 +975,11 @@ epic_mapping:
|
|||||||
OQI-007:
|
OQI-007:
|
||||||
features: [assistant]
|
features: [assistant]
|
||||||
pages_count: 1
|
pages_count: 1
|
||||||
components_count: 14
|
components_count: 18
|
||||||
hooks_count: 2
|
hooks_count: 2
|
||||||
utils_count: 1
|
utils_count: 1
|
||||||
status: "En Desarrollo (80%)"
|
status: "En Desarrollo (90%)"
|
||||||
note: "Complete UI + SignalExecutionPanel, MessageList, ChatHeader, MessageSearch, MarkdownRenderer, useChatAssistant, useStreamingChat, messageFormatters"
|
note: "Complete UI + AnalysisRequestForm, StrategyTemplateSelector, LLMConfigPanel, ContextMemoryDisplay + existing components"
|
||||||
|
|
||||||
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: 105 # +4 AccountSummaryCard, ProductComparisonTable, PerformanceWidgetChart, AccountSettingsPanel
|
total_componentes_frontend: 109 # +4 AnalysisRequestForm, StrategyTemplateSelector, LLMConfigPanel, ContextMemoryDisplay
|
||||||
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
|
||||||
@ -77,9 +77,9 @@ epicas:
|
|||||||
nombre: LLM Strategy Agent
|
nombre: LLM Strategy Agent
|
||||||
sp: 55
|
sp: 55
|
||||||
estado: En Desarrollo
|
estado: En Desarrollo
|
||||||
progreso: 80%
|
progreso: 90%
|
||||||
doc_frontend: true
|
doc_frontend: true
|
||||||
descripcion: "Complete UI + MessageList, ChatHeader, MessageSearch, MarkdownRenderer, hooks, utils"
|
descripcion: "Complete: AnalysisRequestForm, StrategyTemplateSelector, LLMConfigPanel, ContextMemoryDisplay + existing chat components"
|
||||||
|
|
||||||
- codigo: OQI-008
|
- codigo: OQI-008
|
||||||
nombre: Portfolio Manager
|
nombre: Portfolio Manager
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user