🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
139 lines
4.7 KiB
Markdown
139 lines
4.7 KiB
Markdown
---
|
|
id: "MAP-DOCS-BA"
|
|
title: "Mapa de Documentacion - Betting Analytics"
|
|
type: "Navigation"
|
|
project: "betting-analytics"
|
|
version: "1.0.0"
|
|
updated_date: "2026-01-04"
|
|
---
|
|
|
|
# Mapa de Documentacion: Betting Analytics
|
|
|
|
**Proyecto:** Betting Analytics
|
|
**Prefijo:** BA
|
|
**Sistema:** NEXUS v3.4 + SIMCO + SCRUM
|
|
**Actualizado:** 2026-01-04
|
|
|
|
---
|
|
|
|
## Estructura de Documentacion
|
|
|
|
```
|
|
docs/
|
|
├── _MAP.md # Este archivo (navegacion principal)
|
|
├── README.md # Indice principal
|
|
│
|
|
├── 00-vision-general/ # Vision y arquitectura
|
|
│ ├── _MAP.md
|
|
│ ├── VISION-PRODUCTO.md # Vision del producto
|
|
│ ├── ARQUITECTURA-GENERAL.md # Arquitectura del sistema
|
|
│ └── STACK-TECNOLOGICO.md # Stack y tecnologias
|
|
│
|
|
├── 01-fase-alcance-inicial/ # EPICs del MVP
|
|
│ └── BA-001-fundamentos/ # EPIC: Fundamentos (planificada)
|
|
│
|
|
├── 04-fase-backlog/ # Backlog y procesos
|
|
│ ├── _MAP.md
|
|
│ ├── DEFINITION-OF-READY.md # Criterios DoR
|
|
│ └── DEFINITION-OF-DONE.md # Criterios DoD
|
|
│
|
|
├── 90-transversal/ # Documentacion transversal
|
|
│ ├── arquitectura/ # Diagramas, decisiones
|
|
│ └── inventarios/ # Inventarios de componentes
|
|
│
|
|
├── 95-guias-desarrollo/ # Guias para desarrolladores
|
|
│
|
|
├── 96-quick-reference/ # Cheatsheets
|
|
│
|
|
├── 97-adr/ # Architecture Decision Records
|
|
│ ├── _MAP.md
|
|
│ ├── README.md # Indice de ADRs
|
|
│ └── ADR-001-stack-tecnologico.md # Stack tecnologico
|
|
│
|
|
├── planning/ # Planificacion activa
|
|
│ ├── Board.md # Tablero Kanban
|
|
│ ├── config.yml # Configuracion SCRUM
|
|
│ ├── tasks/ # Tareas activas
|
|
│ └── bugs/ # Bugs activos
|
|
│
|
|
└── archivados/ # Documentacion historica
|
|
```
|
|
|
|
---
|
|
|
|
## Navegacion Rapida
|
|
|
|
### Documentacion Principal
|
|
|
|
| Seccion | Descripcion | Estado |
|
|
|---------|-------------|--------|
|
|
| [00-vision-general/](./00-vision-general/) | Vision, arquitectura, stack | 3 docs |
|
|
| [04-fase-backlog/](./04-fase-backlog/) | DoR, DoD, backlog | 2 docs |
|
|
| [97-adr/](./97-adr/) | Decisiones arquitectonicas | 1 ADR |
|
|
| [planning/](./planning/) | Board Kanban, config | Activo |
|
|
|
|
### Documentos Clave
|
|
|
|
| Documento | Descripcion | Link |
|
|
|-----------|-------------|------|
|
|
| Vision del Producto | Objetivos y propuesta de valor | [VISION-PRODUCTO.md](./00-vision-general/VISION-PRODUCTO.md) |
|
|
| Arquitectura | Componentes y flujos | [ARQUITECTURA-GENERAL.md](./00-vision-general/ARQUITECTURA-GENERAL.md) |
|
|
| Stack Tecnologico | Tecnologias y dependencias | [STACK-TECNOLOGICO.md](./00-vision-general/STACK-TECNOLOGICO.md) |
|
|
| Definition of Ready | Criterios para items "Ready" | [DEFINITION-OF-READY.md](./04-fase-backlog/DEFINITION-OF-READY.md) |
|
|
| Definition of Done | Criterios para items "Done" | [DEFINITION-OF-DONE.md](./04-fase-backlog/DEFINITION-OF-DONE.md) |
|
|
| Board Kanban | Estado actual del sprint | [Board.md](./planning/Board.md) |
|
|
| ADR-001 | Decisiones de stack | [ADR-001-stack-tecnologico.md](./97-adr/ADR-001-stack-tecnologico.md) |
|
|
|
|
---
|
|
|
|
## Estadisticas de Documentacion
|
|
|
|
| Tipo | Cantidad | Estado |
|
|
|------|----------|--------|
|
|
| Vision/Arquitectura | 3 | Draft |
|
|
| DoR/DoD | 2 | Approved |
|
|
| ADRs | 1 | Accepted |
|
|
| EPICs | 0 | Pendiente |
|
|
| User Stories | 0 | Pendiente |
|
|
| Planning | 2 | Activo |
|
|
| **Total docs** | **8** | - |
|
|
|
|
---
|
|
|
|
## EPICs del Proyecto
|
|
|
|
| ID | Nombre | Fase | Estado | Docs |
|
|
|----|--------|------|--------|------|
|
|
| BA-001 | Fundamentos | 01-alcance-inicial | Planificada | 0 |
|
|
| BA-002 | Ingestion de Datos | 01-alcance-inicial | Backlog | 0 |
|
|
| BA-003 | Analytics Engine | 01-alcance-inicial | Backlog | 0 |
|
|
| BA-004 | Predicciones ML | 02-robustecimiento | Backlog | 0 |
|
|
| BA-005 | Reportes y Dashboard | 02-robustecimiento | Backlog | 0 |
|
|
|
|
---
|
|
|
|
## Referencias Externas
|
|
|
|
| Documento | Ubicacion |
|
|
|-----------|-----------|
|
|
| AGENTS.md | [../AGENTS.md](../AGENTS.md) |
|
|
| README proyecto | [../README.md](../README.md) |
|
|
| INVENTARIO.yml | [../INVENTARIO.yml](../INVENTARIO.yml) |
|
|
| Orchestration | [../orchestration/](../orchestration/) |
|
|
|
|
---
|
|
|
|
## Proximos Pasos
|
|
|
|
1. [ ] Crear estructura EPIC BA-001-fundamentos
|
|
2. [ ] Documentar RFs y US de autenticacion
|
|
3. [ ] Crear inventarios de backend/frontend
|
|
4. [ ] Agregar guias de desarrollo
|
|
5. [ ] Crear cheatsheets
|
|
|
|
---
|
|
|
|
**Generado:** 2026-01-04
|
|
**Sistema:** NEXUS v3.4 + SIMCO
|
|
**Mantenedor:** @Doc-Agent
|