- Create TASK-2026-01-25-NOTIFICACIONES-COMPLETAS with full CAPVED docs - Update DATABASE_INVENTORY with auth.notifications, auth.user_push_tokens, investment.distribution_history, investment.distribution_runs tables - Update BACKEND_INVENTORY with push-token endpoints, firebase.client, and unit tests - Update FRONTEND_INVENTORY with notification components, store, service - Update MASTER_INVENTORY with updated totals - Update _INDEX.yml with new task entry Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
96 lines
2.4 KiB
YAML
96 lines
2.4 KiB
YAML
# Indice de Tareas - trading-platform
|
|
version: "1.0.0"
|
|
proyecto: trading-platform
|
|
tipo: STANDALONE
|
|
created: "2026-01-24"
|
|
updated: "2026-01-25"
|
|
|
|
resumen:
|
|
total_tareas: 3
|
|
completadas: 3
|
|
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
|
|
- id: TASK-2026-01-25-PHASE1-MVP
|
|
titulo: "Implementacion Phase 1 MVP - Notificaciones y Distribucion"
|
|
estado: COMPLETADA
|
|
tipo: FEATURE
|
|
- id: TASK-2026-01-25-NOTIFICACIONES-COMPLETAS
|
|
titulo: "Sistema de Notificaciones Completo con Push, Tests y Frontend"
|
|
estado: COMPLETADA
|
|
tipo: FEATURE
|
|
|
|
tareas_activas: []
|
|
|
|
tareas_completadas:
|
|
- id: TASK-2026-01-25-FRONTEND-ANALYSIS
|
|
fecha_inicio: "2026-01-25"
|
|
fecha_fin: "2026-01-25"
|
|
entregables: 14
|
|
tipo: ANALYSIS
|
|
archivos_capved:
|
|
- METADATA.yml
|
|
- 01-CONTEXTO.md
|
|
- 02-ANALISIS.md
|
|
- 03-PLANEACION.md
|
|
- 04-VALIDACION.md
|
|
- 05-EJECUCION.md
|
|
- 06-DOCUMENTACION.md
|
|
- SUMMARY.md
|
|
- id: TASK-2026-01-25-PHASE1-MVP
|
|
fecha_inicio: "2026-01-25"
|
|
fecha_fin: "2026-01-25"
|
|
entregables: 6
|
|
tipo: FEATURE
|
|
archivos_capved:
|
|
- METADATA.yml
|
|
- 01-CONTEXTO.md
|
|
- 02-ANALISIS.md
|
|
- 03-PLANEACION.md
|
|
- 04-VALIDACION.md
|
|
- 05-EJECUCION.md
|
|
- 06-DOCUMENTACION.md
|
|
modulos_afectados:
|
|
- OQI-001-fundamentos-auth
|
|
- OQI-003-trading-charts
|
|
- OQI-004-investment-accounts
|
|
- id: TASK-2026-01-25-NOTIFICACIONES-COMPLETAS
|
|
fecha_inicio: "2026-01-25"
|
|
fecha_fin: "2026-01-25"
|
|
entregables: 14
|
|
tipo: FEATURE
|
|
archivos_capved:
|
|
- METADATA.yml
|
|
- 01-CONTEXTO.md
|
|
- 02-ANALISIS.md
|
|
- 03-PLANEACION.md
|
|
- 04-VALIDACION.md
|
|
- 05-EJECUCION.md
|
|
- 06-DOCUMENTACION.md
|
|
- SUMMARY.md
|
|
modulos_afectados:
|
|
- OQI-001-fundamentos-auth
|
|
- OQI-004-investment-accounts
|
|
capas_afectadas:
|
|
- DDL (4 tablas)
|
|
- Backend (firebase, tests)
|
|
- Frontend (components, store, pages)
|
|
|
|
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
|