trading-platform/docs/02-definicion-modulos/OQI-003-trading-charts/requerimientos/RNF-TRD-001-no-funcionales.md
Adrian Flores Cortes 8f0235c096 [TASK-2026-02-06-ANALISIS-INTEGRAL-DOCUMENTACION] docs: Complete 6-phase documentation analysis
- FASE-0: Diagnostic audit of 500+ files, 33 findings cataloged (7P0/8P1/12P2/6P3)
- FASE-1: Resolved 7 P0 critical conflicts (ports, paths, dedup OQI-010/ADR-002, orphan schemas)
- FASE-2: Resolved 8 P1 issues (traces, README/CLAUDE.md, DEPENDENCY-GRAPH v2.0, DDL drift, stack versions, DoR/DoD)
- FASE-3: Resolved 12 P2 issues (archived tasks indexed, RNFs created, OQI-010 US/RF/ET, AGENTS v2.0)
- FASE-4: Purged 3 obsolete docs to _archive/, fixed MODELO-NEGOCIO.md broken ref
- FASE-5: Cross-layer validation (DDL→OQI 66%, OQI→BE 72%, BE→FE 78%, Inventories 95%)
- FASE-6: INFORME-FINAL, SA-INDEX (18 subagents), METADATA COMPLETED

27/33 findings resolved (82%), 6 P3 deferred to backlog.
18 new files created, 40+ modified, 4 archived.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 10:57:03 -06:00

827 B

id title type epic version created_date
RNF-TRD-001 Requerimientos No Funcionales - Trading Charts Non-Functional Requirement OQI-003 1.0.0 2026-02-06

RNF-TRD-001: Requerimientos No Funcionales - Trading Charts

Rendimiento

  • Chart render inicial < 1s
  • Candle update latency < 100ms (WebSocket)
  • Indicator calculation < 200ms por panel
  • Screener refresh < 3s para 50 symbols

Tiempo Real

  • WebSocket reconnect automatico < 5s
  • Heartbeat interval: 30s
  • Message queue buffer: 1000 mensajes max

UI/UX

  • Soporte para 4+ chart panels simultaneos
  • Responsive: funcional en tablets (>768px)
  • Drawing tools persistentes entre sesiones

Datos

  • Historicos: minimo 2 anos en timeframes 1h+
  • Cache: candlestick data cached 5min en Redis
  • Market data provider failover (Polygon → fallback)