[OQI-005] docs: Update inventories with payment management components
- Add InvoiceList, InvoiceDetail, PaymentMethodsList, SubscriptionUpgradeFlow - Update OQI-005 progress 75% -> 85% - Update total_components 58 -> 62 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
2b34fc3693
commit
910d12ad01
@ -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: 58 # +4 MessageList, ChatHeader, MessageSearch, MarkdownRenderer
|
total_components: 62 # +4 InvoiceList, InvoiceDetail, PaymentMethodsList, SubscriptionUpgradeFlow
|
||||||
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-007 al 80%)"
|
status: "En desarrollo (OQI-005 al 85%)"
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# ESTRUCTURA DE DIRECTORIOS
|
# ESTRUCTURA DE DIRECTORIOS
|
||||||
@ -813,9 +813,9 @@ epic_mapping:
|
|||||||
OQI-005:
|
OQI-005:
|
||||||
features: [payments]
|
features: [payments]
|
||||||
pages_count: 4
|
pages_count: 4
|
||||||
components_count: 10
|
components_count: 14
|
||||||
status: "Implementado (75%)"
|
status: "Implementado (85%)"
|
||||||
note: "Pricing, Billing, CheckoutSuccess, CheckoutCancel, WalletDepositModal, WalletWithdrawModal, CouponForm, PaymentMethodForm, BillingInfoForm, TransactionHistory"
|
note: "Pricing, Billing, CheckoutSuccess, CheckoutCancel, WalletDepositModal, WalletWithdrawModal, CouponForm, PaymentMethodForm, BillingInfoForm, TransactionHistory, InvoiceList, InvoiceDetail, PaymentMethodsList, SubscriptionUpgradeFlow"
|
||||||
|
|
||||||
OQI-006:
|
OQI-006:
|
||||||
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: 81 # +4 MessageList, ChatHeader, MessageSearch, MarkdownRenderer
|
total_componentes_frontend: 85 # +4 InvoiceList, InvoiceDetail, PaymentMethodsList, SubscriptionUpgradeFlow
|
||||||
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
|
||||||
@ -61,9 +61,9 @@ epicas:
|
|||||||
nombre: Pagos y Stripe
|
nombre: Pagos y Stripe
|
||||||
sp: 40
|
sp: 40
|
||||||
estado: En Desarrollo
|
estado: En Desarrollo
|
||||||
progreso: 75%
|
progreso: 85%
|
||||||
doc_frontend: true
|
doc_frontend: true
|
||||||
descripcion: "Pricing, Billing, CheckoutSuccess, CheckoutCancel, WalletDepositModal, WalletWithdrawModal, CouponForm, PaymentMethodForm, BillingInfoForm, TransactionHistory"
|
descripcion: "Complete payments: Invoices (list+detail), PaymentMethodsList, SubscriptionUpgradeFlow, Wallet, Billing, Checkout"
|
||||||
|
|
||||||
- codigo: OQI-006
|
- codigo: OQI-006
|
||||||
nombre: Senales ML
|
nombre: Senales ML
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user