# Epicas - Vertical Mecanicas Diesel **Version:** 1.0.0 **Fecha:** 2025-12-06 **Proyecto:** ERP Suite - Vertical Mecanicas Diesel --- ## Resumen de Epicas ### Fase 1: MVP (MMD) | Codigo | Nombre | Prioridad | Estado | SP | |--------|--------|-----------|--------|-----| | EPIC-MMD-001 | Fundamentos | P0 | Backlog | 42 | | EPIC-MMD-002 | Ordenes de Servicio | P0 | Backlog | 55 | | EPIC-MMD-003 | Diagnosticos y Pruebas | P0 | Backlog | 42 | | EPIC-MMD-004 | Inventario de Refacciones | P0 | Backlog | 42 | | EPIC-MMD-005 | Vehiculos y Equipos | P0 | Backlog | 34 | | EPIC-MMD-006 | Cotizaciones | P1 | Backlog | 26 | **Subtotal Fase 1:** 241 SP ### Fase 2: Enterprise (MME) | Codigo | Nombre | Prioridad | Estado | SP | |--------|--------|-----------|--------|-----| | EPIC-MME-007 | Facturacion CFDI | P1 | Backlog | 42 | | EPIC-MME-008 | Reportes y Analytics | P1 | Backlog | 34 | | EPIC-MME-009 | App Movil Mecanicos | P2 | Backlog | 55 | **Subtotal Fase 2:** 131 SP ### Fase 3: Avanzado (MMA) | Codigo | Nombre | Prioridad | Estado | SP | |--------|--------|-----------|--------|-----| | EPIC-MMA-010 | Integracion Proveedores | P2 | Backlog | 42 | | EPIC-MMA-011 | Mantenimiento Preventivo | P2 | Backlog | 34 | | EPIC-MMA-012 | Portal Clientes | P3 | Backlog | 26 | **Subtotal Fase 3:** 102 SP **Total General:** 474 SP --- ## Dependencia de ERP Core La vertical de Mecanicas Diesel **extiende** los modulos del ERP Core (MGN). Los modulos que se reutilizan: | Modulo Core | Reutilizacion | Extension | |-------------|---------------|-----------| | MGN-001 Auth | 100% | - | | MGN-002 Users | 100% | Roles de taller | | MGN-003 Roles | 100% | Permisos de servicio | | MGN-004 Tenants | 100% | Talleres | | MGN-005 Catalogs | 80% | Catalogos refacciones | | MGN-011 Inventory | 70% | Almacen refacciones | | MGN-015 Projects | 30% | Base ordenes | **Reutilizacion estimada:** 60-70% del core --- ## Estructura de Documentacion Cada epica contiene: ``` docs/02-definicion-modulos/MMD-XXX-nombre/ ├── README.md # Descripcion de la epica ├── _MAP.md # Indice del modulo ├── requerimientos/ # RF-XXX-NNN ├── especificaciones/ # ET-XXX-NNN ├── historias-usuario/ # US-XXX-NNN ├── implementacion/ # TRACEABILITY.yml └── pruebas/ # TEST-PLAN.md ``` --- ## Diagrama de Dependencias ``` ┌─────────────────┐ │ ERP-CORE (MGN) │ │ Auth, Users, │ │ Tenants, Roles │ └────────┬────────┘ │ ▼ ┌──────────────────────────────┐ │ EPIC-MMD-001 │ │ Fundamentos │ │ (Multi-tenant, Roles taller)│ └──────────────┬───────────────┘ │ ┌───────────────────┼───────────────────┐ │ │ │ ▼ ▼ ▼ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ │ EPIC-MMD-005 │ │ EPIC-MMD-004 │ │ EPIC-MMD-003 │ │ Vehiculos │ │ Inventario │ │ Diagnosticos │ └────────┬────────┘ └────────┬────────┘ └────────┬────────┘ │ │ │ └───────────────────┼───────────────────┘ │ ▼ ┌──────────────────────────────┐ │ EPIC-MMD-002 │ │ Ordenes de Servicio │ │ (Depende de 003, 004, 005) │ └──────────────┬───────────────┘ │ ▼ ┌──────────────────────────────┐ │ EPIC-MMD-006 │ │ Cotizaciones │ │ (Depende de 002) │ └──────────────────────────────┘ ``` --- ## Fases de Implementacion ### Fase 1: MVP (Semanas 1-10) **Objetivo:** Sistema funcional para talleres diesel pequenos/medianos **Orden de implementacion:** 1. EPIC-MMD-001: Fundamentos (2 semanas) 2. EPIC-MMD-005: Vehiculos (1 semana) + EPIC-MMD-004: Inventario (2 semanas) [paralelo] 3. EPIC-MMD-003: Diagnosticos (2 semanas) 4. EPIC-MMD-002: Ordenes de Servicio (2 semanas) 5. EPIC-MMD-006: Cotizaciones (1 semana) ### Fase 2: Enterprise (Semanas 11-18) **Objetivo:** Capacidades enterprise para talleres grandes - EPIC-MME-007: Facturacion CFDI (3 semanas) - EPIC-MME-008: Reportes y Analytics (2 semanas) - EPIC-MME-009: App Movil (3 semanas) ### Fase 3: Avanzado (Semanas 19-26) **Objetivo:** Automatizacion e integraciones - EPIC-MMA-010: Integracion Proveedores - EPIC-MMA-011: Mantenimiento Preventivo - EPIC-MMA-012: Portal Clientes --- ## Navegacion ### Fase 1 - MVP - [EPIC-MMD-001: Fundamentos](./EPIC-MMD-001-fundamentos.md) - [EPIC-MMD-002: Ordenes de Servicio](./EPIC-MMD-002-ordenes-servicio.md) - [EPIC-MMD-003: Diagnosticos](./EPIC-MMD-003-diagnosticos.md) - [EPIC-MMD-004: Inventario](./EPIC-MMD-004-inventario.md) - [EPIC-MMD-005: Vehiculos](./EPIC-MMD-005-vehiculos.md) - [EPIC-MMD-006: Cotizaciones](./EPIC-MMD-006-cotizaciones.md) ### Fase 2 - Enterprise - [EPIC-MME-007: Facturacion](./EPIC-MME-007-facturacion.md) - [EPIC-MME-008: Reportes](./EPIC-MME-008-reportes.md) - [EPIC-MME-009: App Movil](./EPIC-MME-009-app-movil.md) ### Fase 3 - Avanzado - [EPIC-MMA-010: Proveedores](./EPIC-MMA-010-proveedores.md) - [EPIC-MMA-011: Mantenimiento](./EPIC-MMA-011-mantenimiento.md) - [EPIC-MMA-012: Portal Clientes](./EPIC-MMA-012-portal-clientes.md) --- *Ultima actualizacion: 2025-12-06* *Agente: Requirements-Analyst*