workspace/projects/erp-suite/orchestration/inventarios/SUITE_MASTER_INVENTORY.yml
rckrdmrd ea1879f4ad feat: Initial workspace structure with multi-level Git configuration
- Configure workspace Git repository with comprehensive .gitignore
- Add Odoo as submodule for ERP reference code
- Include documentation: SETUP.md, GIT-STRUCTURE.md
- Add gitignore templates for projects (backend, frontend, database)
- Structure supports independent repos per project/subproject level

Workspace includes:
- core/ - Reusable patterns, modules, orchestration system
- projects/ - Active projects (erp-suite, gamilit, trading-platform, etc.)
- knowledge-base/ - Reference code and patterns (includes Odoo submodule)
- devtools/ - Development tools and templates
- customers/ - Client implementations template

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 10:44:23 -06:00

158 lines
4.6 KiB
YAML

# Suite Master Inventory - ERP Suite
# Ultima actualizacion: 2025-12-08
# SSOT para metricas de toda la suite (core + verticales)
suite:
nombre: ERP Suite
tipo: Multi-Vertical Suite
version: 0.5.0
nivel: 2B
estado: En Desarrollo
ultima_modificacion: 2025-12-08
# ============================================================================
# ERP CORE (Nivel 2B.1)
# ============================================================================
erp_core:
path: apps/erp-core/
estado: Gap Analysis COMPLETO
version: 0.6.0
ultima_modificacion: 2025-12-08
metricas:
modulos_totales: 15
modulos_p0: 4
modulos_p1: 6
modulos_p2: 5
documentacion:
total_archivos: 680+
especificaciones_transversales: 30
workflows: 3
requerimientos_funcionales: 46
user_stories: 17
test_plans: 4
gap_analysis:
gaps_p0_documentados: 18
gaps_p1_documentados: 22
patrones_tecnicos: 2
cobertura: "100%"
story_points_cubiertos: 394
especificaciones_transversales:
ubicacion: docs/04-modelado/especificaciones-tecnicas/transversal/
total: 30
referencia: apps/erp-core/orchestration/inventarios/MASTER_INVENTORY.yml
inventario_local: apps/erp-core/orchestration/inventarios/MASTER_INVENTORY.yml
analisis_gaps: apps/erp-core/orchestration/01-analisis/ANALISIS-GAPS-CONSOLIDADO.md
# ============================================================================
# VERTICALES (Nivel 2B.2)
# ============================================================================
verticales:
total: 5
en_desarrollo: 1
planificacion: 4
lista:
- nombre: construccion
path: apps/verticales/construccion/
estado: En Desarrollo
completitud: 35%
documentacion: 403+ archivos
modulos: 15 (MAI-001 a MAI-018)
epicas_fase2: 3 (MAE-014 a MAE-016)
ultima_modificacion: 2025-12-05
herencia_core:
- SPEC-PROYECTOS-DEPENDENCIAS-BURNDOWN.md
- SPEC-MAIL-THREAD-TRACKING.md
- SPEC-WIZARD-TRANSIENT-MODEL.md
- SPEC-VALORACION-INVENTARIO.md
- SPEC-TRAZABILIDAD-LOTES-SERIES.md
- nombre: vidrio-templado
path: apps/verticales/vidrio-templado/
estado: Planificacion
completitud: 0%
documentacion: Estructura base
ultima_modificacion: 2025-12-05
herencia_core:
- SPEC-VALORACION-INVENTARIO.md
- SPEC-TRAZABILIDAD-LOTES-SERIES.md
- SPEC-INVENTARIOS-CICLICOS.md
- nombre: mecanicas-diesel
path: apps/verticales/mecanicas-diesel/
estado: Planificacion
completitud: 0%
documentacion: Estructura base
ultima_modificacion: 2025-12-05
herencia_core:
- SPEC-VALORACION-INVENTARIO.md
- SPEC-TRAZABILIDAD-LOTES-SERIES.md
- SPEC-INVENTARIOS-CICLICOS.md
- nombre: retail
path: apps/verticales/retail/
estado: Planificacion
completitud: 0%
documentacion: Estructura base
ultima_modificacion: 2025-12-05
herencia_core:
- SPEC-PRICING-RULES.md
- SPEC-INVENTARIOS-CICLICOS.md
- SPEC-TRAZABILIDAD-LOTES-SERIES.md
- nombre: clinicas
path: apps/verticales/clinicas/
estado: Planificacion
completitud: 0%
documentacion: Estructura base
ultima_modificacion: 2025-12-05
herencia_core:
- SPEC-RRHH-EVALUACIONES-SKILLS.md
- SPEC-INTEGRACION-CALENDAR.md
- SPEC-MAIL-THREAD-TRACKING.md
# ============================================================================
# SHARED LIBS
# ============================================================================
shared_libs:
path: apps/shared-libs/
estado: Planificado
documentacion: Pendiente
# ============================================================================
# SAAS LAYER
# ============================================================================
saas:
path: apps/saas/
estado: Planificado
documentacion: Pendiente
# ============================================================================
# METRICAS CONSOLIDADAS
# ============================================================================
metricas_suite:
total_archivos_docs: 1100+
modulos_core: 15
verticales: 5
story_points_documentados: 734
cobertura_gaps_core: 100%
# ============================================================================
# PROXIMA ACCION SUITE
# ============================================================================
proxima_accion:
prioridad: ALTA
descripcion: Implementar modulos P0 del core
modulos:
- MGN-001 Auth
- MGN-002 Users
- MGN-003 Roles
- MGN-004 Tenants
specs_disponibles: 30
workflows_disponibles: 3