167 lines
4.8 KiB
YAML
167 lines
4.8 KiB
YAML
# Navegacion Rapida de Modulos - MiInventario
|
|
# Alias: @PROJ_QUICK_MODULES
|
|
# Version: 1.0.0
|
|
# Fecha: 2026-01-16
|
|
|
|
version: "1.0.0"
|
|
proyecto: "miinventario"
|
|
|
|
# ============================================================================
|
|
# MODULOS POR ESTADO
|
|
# ============================================================================
|
|
por_estado:
|
|
implementado:
|
|
- id: "MII-MOD-001"
|
|
nombre: "Auth"
|
|
ruta: "apps/backend/src/modules/auth/"
|
|
endpoints: 5
|
|
|
|
- id: "MII-MOD-002"
|
|
nombre: "Users"
|
|
ruta: "apps/backend/src/modules/users/"
|
|
endpoints: 3
|
|
|
|
- id: "MII-MOD-003"
|
|
nombre: "Stores"
|
|
ruta: "apps/backend/src/modules/stores/"
|
|
endpoints: 5
|
|
|
|
- id: "MII-MOD-004"
|
|
nombre: "Health"
|
|
ruta: "apps/backend/src/modules/health/"
|
|
endpoints: 2
|
|
|
|
- id: "MII-MOD-005"
|
|
nombre: "Inventory"
|
|
ruta: "apps/backend/src/modules/inventory/"
|
|
endpoints: 7
|
|
|
|
- id: "MII-MOD-006"
|
|
nombre: "Videos"
|
|
ruta: "apps/backend/src/modules/videos/"
|
|
endpoints: 0 # Servicio interno
|
|
|
|
- id: "MII-MOD-007"
|
|
nombre: "Credits"
|
|
ruta: "apps/backend/src/modules/credits/"
|
|
endpoints: 3
|
|
|
|
- id: "MII-MOD-008"
|
|
nombre: "Payments"
|
|
ruta: "apps/backend/src/modules/payments/"
|
|
endpoints: 4
|
|
|
|
- id: "MII-MOD-009"
|
|
nombre: "Referrals"
|
|
ruta: "apps/backend/src/modules/referrals/"
|
|
endpoints: 5
|
|
|
|
- id: "MII-MOD-010"
|
|
nombre: "Notifications"
|
|
ruta: "apps/backend/src/modules/notifications/"
|
|
endpoints: 5
|
|
|
|
- id: "MII-MOD-011"
|
|
nombre: "IA Provider"
|
|
ruta: "apps/backend/src/modules/ia-provider/"
|
|
endpoints: 0 # Servicio interno
|
|
|
|
- id: "MII-MOD-012"
|
|
nombre: "Admin"
|
|
ruta: "apps/backend/src/modules/admin/"
|
|
endpoints: 17
|
|
|
|
- id: "MII-MOD-013"
|
|
nombre: "Feedback"
|
|
ruta: "apps/backend/src/modules/feedback/"
|
|
endpoints: 6
|
|
|
|
- id: "MII-MOD-014"
|
|
nombre: "Validations"
|
|
ruta: "apps/backend/src/modules/validations/"
|
|
endpoints: 4
|
|
|
|
desarrollo: []
|
|
|
|
planificado: []
|
|
|
|
# ============================================================================
|
|
# MODULOS POR CATEGORIA
|
|
# ============================================================================
|
|
por_categoria:
|
|
foundation:
|
|
descripcion: "Modulos base del sistema"
|
|
modulos:
|
|
- { id: "MII-MOD-001", nombre: "Auth", estado: "implementado" }
|
|
- { id: "MII-MOD-002", nombre: "Users", estado: "implementado" }
|
|
- { id: "MII-MOD-003", nombre: "Stores", estado: "implementado" }
|
|
- { id: "MII-MOD-004", nombre: "Health", estado: "implementado" }
|
|
|
|
business:
|
|
descripcion: "Modulos de negocio core"
|
|
modulos:
|
|
- { id: "MII-MOD-005", nombre: "Inventory", estado: "implementado" }
|
|
- { id: "MII-MOD-006", nombre: "Videos", estado: "implementado" }
|
|
- { id: "MII-MOD-007", nombre: "Credits", estado: "implementado" }
|
|
- { id: "MII-MOD-008", nombre: "Payments", estado: "implementado" }
|
|
- { id: "MII-MOD-009", nombre: "Referrals", estado: "implementado" }
|
|
|
|
integration:
|
|
descripcion: "Integraciones externas"
|
|
modulos:
|
|
- { id: "MII-MOD-011", nombre: "IA Provider", estado: "implementado" }
|
|
|
|
support:
|
|
descripcion: "Modulos de soporte"
|
|
modulos:
|
|
- { id: "MII-MOD-010", nombre: "Notifications", estado: "implementado" }
|
|
- { id: "MII-MOD-012", nombre: "Admin", estado: "implementado" }
|
|
- { id: "MII-MOD-013", nombre: "Feedback", estado: "implementado" }
|
|
- { id: "MII-MOD-014", nombre: "Validations", estado: "implementado" }
|
|
|
|
# ============================================================================
|
|
# BUSQUEDA RAPIDA
|
|
# ============================================================================
|
|
busqueda:
|
|
por_epica:
|
|
MII-001: ["Health"]
|
|
MII-002: ["Auth"]
|
|
MII-003: ["Stores"]
|
|
MII-004: ["Videos"]
|
|
MII-005: ["IA Provider"]
|
|
MII-006: ["Inventory"]
|
|
MII-007: ["Feedback"]
|
|
MII-008: ["Validations"]
|
|
MII-009: ["Credits"]
|
|
MII-010: ["Credits"]
|
|
MII-011: ["Payments"]
|
|
MII-012: ["Payments"]
|
|
MII-013: ["Payments"]
|
|
MII-014: ["Referrals"]
|
|
MII-015: ["Admin"]
|
|
|
|
por_integracion:
|
|
Stripe: ["Payments"]
|
|
Firebase_FCM: ["Notifications"]
|
|
S3_MinIO: ["Videos"]
|
|
OpenAI: ["IA Provider"]
|
|
Anthropic: ["IA Provider"]
|
|
|
|
# ============================================================================
|
|
# ESTADISTICAS
|
|
# ============================================================================
|
|
estadisticas:
|
|
total_modulos: 14
|
|
total_endpoints: 61
|
|
total_entities: 21
|
|
total_services: 16
|
|
test_coverage: 90
|
|
|
|
# ============================================================================
|
|
# REFERENCIAS
|
|
# ============================================================================
|
|
referencias:
|
|
catalogo_completo: "@PROJ_DEF_MODULES"
|
|
services: "@PROJ_DEF_SERVICES"
|
|
backend_inventory: "orchestration/inventarios/BACKEND_INVENTORY.yml"
|