- Add 5 frontend specification documents (ET-*-frontend.md): - ET-AUTH-006: Authentication module frontend spec - ET-ML-008: ML Signals module frontend spec - ET-LLM-007: LLM Agent module frontend spec - ET-PFM-008: Portfolio Manager frontend spec (design) - ET-MKT-003: Marketplace frontend spec (design) - Add 8 new user stories: - US-AUTH-013: Global logout - US-AUTH-014: Device management - US-ML-008: Ensemble signal view - US-ML-009: ICT analysis view - US-ML-010: Multi-symbol scan - US-LLM-011: Execute trade from chat - US-PFM-013: Rebalance alerts - US-PFM-014: PDF report generation - Update task index with completed analysis Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
40 lines
906 B
YAML
40 lines
906 B
YAML
# Indice de Tareas - trading-platform
|
|
version: "1.0.0"
|
|
proyecto: trading-platform
|
|
tipo: STANDALONE
|
|
created: "2026-01-24"
|
|
updated: "2026-01-24"
|
|
|
|
resumen:
|
|
total_tareas: 1
|
|
completadas: 1
|
|
en_progreso: 0
|
|
pendientes: 0
|
|
|
|
formato_id:
|
|
patron: "TASK-{YYYY-MM-DD}-{NNN}"
|
|
ejemplo: "TASK-2026-01-24-001"
|
|
|
|
por_fecha:
|
|
2026-01-25:
|
|
- id: TASK-2026-01-25-FRONTEND-ANALYSIS
|
|
titulo: "Analisis y Documentacion Frontend"
|
|
estado: COMPLETADA
|
|
tipo: ANALYSIS
|
|
|
|
tareas_activas: []
|
|
|
|
tareas_completadas:
|
|
- id: TASK-2026-01-25-FRONTEND-ANALYSIS
|
|
fecha_inicio: "2026-01-25"
|
|
fecha_fin: "2026-01-25"
|
|
entregables: 20+
|
|
|
|
instrucciones:
|
|
crear_tarea: |
|
|
1. Crear carpeta YYYY-MM-DD/ si no existe
|
|
2. Copiar _templates/TASK-TEMPLATE/ a YYYY-MM-DD/TASK-NNN-descripcion/
|
|
3. Completar METADATA.yml
|
|
4. Documentar fases CAPVED conforme avanza
|
|
5. Actualizar este indice al completar
|