docs: Update _MAP.md after ST3.2 reorganization

Changes:
- Version: 2.1.0 → 2.2.0
- Date: 2026-01-07 → 2026-01-26
- Metrics: Documentation 98% → 100%, Implementation 25% → 30%
- Structure: Add swagger.yml, ENDPOINT-ROUTING.md references
- Remove: ARCHITECTURE.md (eliminated), planning/ (obsolete)
- Add: ARQUITECTURA-EA-BRIDGE-MT4.md, INT-SERVICES-INTEGRATION.md
- Move: SECURITY.md to 90-transversal/security/
- Update API.md reference (now overview)

Part of ST3.2 Documentation Purge.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Adrian Flores Cortes 2026-01-26 19:06:04 -06:00
parent bae221db5f
commit 4ce399adf5

View File

@ -3,13 +3,13 @@ id: "MAP-docs"
title: "Mapa de docs"
type: "Index"
project: "trading-platform"
updated_date: "2026-01-07"
updated_date: "2026-01-26"
---
# _MAP: Trading Platform - Trading Platform
**Ultima actualizacion:** 2026-01-07
**Version:** 2.1.0
**Ultima actualizacion:** 2026-01-26
**Version:** 2.2.0
**Estado:** En Desarrollo
**Codigo Proyecto:** trading-platform
@ -28,8 +28,8 @@ Este documento es el **indice maestro** de toda la documentacion del proyecto Tr
| **Total Epicas** | 9 | Fase 1: 6, Fase 2: 3 |
| **Story Points** | 452 SP | 95 completados (21%) |
| **Servicios Python** | 4 | ML, Data, MT4 GW, LLM |
| **Documentacion** | 98% | Estructura completa |
| **Implementacion** | 25% | OQI-001, OQI-006 (70%), OQI-009 (30%) |
| **Documentacion** | 100% | Completa con OpenAPI, coherencia tipo fixeada |
| **Implementacion** | 30% | OQI-001, OQI-006, OQI-007 componentes |
---
@ -39,6 +39,7 @@ Este documento es el **indice maestro** de toda la documentacion del proyecto Tr
docs/
├── _MAP.md ← ESTE ARCHIVO (indice maestro)
├── README.md ← Vision general del proyecto
├── API.md ← API Overview (referencia a swagger.yml)
├── 00-vision-general/ # Vision, arquitectura base
│ ├── _MAP.md
@ -47,10 +48,11 @@ docs/
│ └── STACK-TECNOLOGICO.md
├── 01-arquitectura/ # Documentos de arquitectura
│ ├── ARQUITECTURA-UNIFICADA.md ← Sistema completo
│ ├── ARQUITECTURA-MULTI-AGENTE-MT4.md ← Multi-agent MT4 system
│ ├── INTEGRACION-TRADINGAGENT.md ← ML Engine existente
│ └── DIAGRAMA-INTEGRACIONES.md ← Flujos y protocolos
│ ├── ARQUITECTURA-UNIFICADA.md ← Sistema completo
│ ├── ARQUITECTURA-MULTI-AGENTE-MT4.md ← Multi-agent MT4 system
│ ├── ARQUITECTURA-EA-BRIDGE-MT4.md ← MT4 Expert Advisor bridge (ST3.2)
│ ├── INTEGRACION-TRADINGAGENT.md ← ML Engine existente
│ └── DIAGRAMA-INTEGRACIONES.md ← Flujos y protocolos
├── 02-definicion-modulos/ # 8 Epicas del proyecto
│ ├── _MAP.md ← Indice de epicas
@ -70,15 +72,18 @@ docs/
│ │ ├── FRONTEND_INVENTORY.yml
│ │ ├── ML_INVENTORY.yml
│ │ ├── STRATEGIES_INVENTORY.yml
│ │ └── MATRIZ-DEPENDENCIAS.yml ← NUEVO: Mapa de dependencias
│ │ └── MATRIZ-DEPENDENCIAS.yml
│ ├── integraciones/ ← Integraciones externas
│ │ ├── INT-DATA-001-data-service.md
│ │ └── INT-DATA-002-analisis-impacto.md
│ │ ├── INT-DATA-002-analisis-impacto.md
│ │ └── INT-SERVICES-INTEGRATION.md ← Integracion MCP/ML/Backend (ST3.2)
│ ├── security/ ← Seguridad y compliance (ST3.2)
│ │ └── SECURITY.md
│ ├── estrategias/ ← Estrategias de prediccion
│ │ └── ESTRATEGIA-PREDICCION-RANGOS.md
│ ├── sprints/ ← Tracking por sprint
│ ├── roadmap/ ← Roadmap del proyecto
│ │ └── PLAN-DESARROLLO-DETALLADO.md ← NUEVO: Plan de 16 sprints
│ │ └── PLAN-DESARROLLO-DETALLADO.md
│ ├── metricas/ ← KPIs y metricas
│ └── gaps/ ← Analisis de brechas
@ -87,7 +92,7 @@ docs/
│ ├── frontend/
│ ├── database/
│ ├── ml-engine/
│ └── JENKINS-DEPLOY.md ← NUEVO: CI/CD Pipelines
│ └── JENKINS-DEPLOY.md
├── 97-adr/ # Architecture Decision Records
@ -101,6 +106,10 @@ docs/
└── 98-standards/ # Estandares del proyecto
```
**Tambien ver:**
- [swagger.yml](../apps/backend/swagger.yml) - Especificacion OpenAPI 3.0.3 completa (ST2.3)
- [ENDPOINT-ROUTING.md](../apps/backend/ENDPOINT-ROUTING.md) - Documentacion de routing (ST1.7)
---
## Navegacion por Fase
@ -148,6 +157,7 @@ docs/
| [INT-DATA-002-analisis-impacto.md](./90-transversal/integraciones/INT-DATA-002-analisis-impacto.md) | Analisis de impacto del Data Service | ✅ Validado |
| **[INT-DATA-003-batch-actualizacion-activos.md](./90-transversal/integraciones/INT-DATA-003-batch-actualizacion-activos.md)** | **Batch de Actualizacion de Activos con Priorizacion (XAU, EURUSD, BTC)** | **📋 Planificado** |
| **[INT-MT4-001-gateway-service.md](./90-transversal/integraciones/INT-MT4-001-gateway-service.md)** | **MT4 Gateway - Multi-agente trading** | **🔄 En Desarrollo** |
| [INT-SERVICES-INTEGRATION.md](./90-transversal/integraciones/INT-SERVICES-INTEGRATION.md) | Integracion MCP/ML/Backend services | ✅ Documentado |
## Setup y Configuracion
@ -226,12 +236,16 @@ docs/
|-----------|-----------|------|
| Arquitectura Unificada | Diagrama completo del sistema | [Ver](./01-arquitectura/ARQUITECTURA-UNIFICADA.md) |
| **Arquitectura Multi-Agente MT4** | **Sistema de trading multi-agente** | **[Ver](./01-arquitectura/ARQUITECTURA-MULTI-AGENTE-MT4.md)** |
| **Arquitectura EA Bridge MT4** | **MT4 Expert Advisor bridge** | **[Ver](./01-arquitectura/ARQUITECTURA-EA-BRIDGE-MT4.md)** |
| **Diagrama de Integraciones** | **Flujos de datos y protocolos** | **[Ver](./01-arquitectura/DIAGRAMA-INTEGRACIONES.md)** |
| Integracion TradingAgent | Migracion del ML Engine existente | [Ver](./01-arquitectura/INTEGRACION-TRADINGAGENT.md) |
| Vision del Producto | Alcance y objetivos | [Ver](./00-vision-general/VISION-PRODUCTO.md) |
| Stack Tecnologico | Tecnologias utilizadas | [Ver](./00-vision-general/STACK-TECNOLOGICO.md) |
| **API Documentation** | **API overview + Swagger** | **[Ver](./API.md) + [swagger.yml](../apps/backend/swagger.yml)** |
| **Endpoint Routing** | **Route structure** | **[Ver](../apps/backend/ENDPOINT-ROUTING.md)** |
| ADR-001 | Decision de arquitectura ORM | [Ver](./97-adr/ADR-001-seleccion-orm.md) |
| **ADR-002** | **MVP Operativo Trading** | **[Ver](./97-adr/ADR-002-MVP-OPERATIVO-TRADING.md)** |
| **Security Guide** | **Security y compliance** | **[Ver](./90-transversal/security/SECURITY.md)** |
---
@ -314,4 +328,4 @@ docs/
---
*Indice maestro - Sistema NEXUS*
*Ultima actualizacion: 2026-01-07*
*Ultima actualizacion: 2026-01-26 (ST3.2 - Documentation Purge)*