Some checks failed
ERP Core CI / Backend Lint (push) Has been cancelled
ERP Core CI / Backend Unit Tests (push) Has been cancelled
ERP Core CI / Backend Integration Tests (push) Has been cancelled
ERP Core CI / Frontend Lint (push) Has been cancelled
ERP Core CI / Frontend Unit Tests (push) Has been cancelled
ERP Core CI / Frontend E2E Tests (push) Has been cancelled
ERP Core CI / Database DDL Validation (push) Has been cancelled
ERP Core CI / Backend Build (push) Has been cancelled
ERP Core CI / Frontend Build (push) Has been cancelled
ERP Core CI / CI Success (push) Has been cancelled
Performance Tests / Lighthouse CI (push) Has been cancelled
Performance Tests / Bundle Size Analysis (push) Has been cancelled
Performance Tests / k6 Load Tests (push) Has been cancelled
Performance Tests / Performance Summary (push) Has been cancelled
- HERENCIA-SIMCO.md actualizado con directivas v3.7 y v3.8 - Actualizaciones en modulos CRM y OpenAPI Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
93 lines
2.5 KiB
Markdown
93 lines
2.5 KiB
Markdown
---
|
|
id: MAP-VISION-GENERAL
|
|
title: Indice - Vision General
|
|
type: Index
|
|
status: Published
|
|
version: 1.0.0
|
|
created_date: 2026-01-10
|
|
updated_date: 2026-01-10
|
|
---
|
|
|
|
# Vision General - Indice de Navegacion
|
|
|
|
> Documentacion de vision, arquitectura y alcances del proyecto ERP Core
|
|
|
|
## Contenido Principal
|
|
|
|
| Archivo | Descripcion | Estado | Prioridad |
|
|
|---------|-------------|--------|-----------|
|
|
| [VISION-ERP-CORE.md](VISION-ERP-CORE.md) | Vision general, alcances core, SaaS e IA | Activo | P0 |
|
|
| [ARQUITECTURA-SAAS.md](ARQUITECTURA-SAAS.md) | Arquitectura de plataforma SaaS | Activo | P1 |
|
|
| [ARQUITECTURA-IA.md](ARQUITECTURA-IA.md) | Arquitectura de inteligencia artificial | Activo | P1 |
|
|
| [INTEGRACIONES-EXTERNAS.md](INTEGRACIONES-EXTERNAS.md) | Catalogo de integraciones externas | Activo | P1 |
|
|
| [STACK-TECNOLOGICO.md](STACK-TECNOLOGICO.md) | Stack tecnologico detallado | Activo | P1 |
|
|
|
|
## Estructura del Directorio
|
|
|
|
```
|
|
00-vision-general/
|
|
├── _MAP.md <- Este archivo
|
|
├── VISION-ERP-CORE.md <- Documento principal
|
|
├── ARQUITECTURA-SAAS.md <- Detalles SaaS
|
|
├── ARQUITECTURA-IA.md <- Detalles IA
|
|
├── INTEGRACIONES-EXTERNAS.md <- Integraciones
|
|
└── STACK-TECNOLOGICO.md <- Stack
|
|
```
|
|
|
|
## Resumen de Contenido
|
|
|
|
### VISION-ERP-CORE.md
|
|
Documento principal que define:
|
|
- Proposito y alcance del proyecto
|
|
- Modulos core (MGN-001 a MGN-022)
|
|
- Arquitectura general
|
|
- Principios de diseno
|
|
- Roadmap y entregables
|
|
|
|
### ARQUITECTURA-SAAS.md
|
|
Detalles de la plataforma SaaS:
|
|
- Multi-tenancy con RLS
|
|
- Billing y suscripciones (Stripe)
|
|
- Planes y feature gating
|
|
- Webhooks outbound
|
|
|
|
### ARQUITECTURA-IA.md
|
|
Detalles de inteligencia artificial:
|
|
- Gateway LLM (OpenRouter)
|
|
- MCP Server (herramientas de negocio)
|
|
- WhatsApp Business con IA
|
|
- Prediccion de inventario
|
|
|
|
### INTEGRACIONES-EXTERNAS.md
|
|
Catalogo de integraciones:
|
|
- Stripe (billing)
|
|
- SendGrid/SES (email)
|
|
- OpenRouter (LLM)
|
|
- Meta WhatsApp Business
|
|
- S3/R2 (storage)
|
|
|
|
### STACK-TECNOLOGICO.md
|
|
Stack completo:
|
|
- Backend (Node.js, Express, TypeScript)
|
|
- Frontend (React, Vite, Tailwind)
|
|
- Database (PostgreSQL, Redis)
|
|
- Servicios externos
|
|
|
|
## Navegacion
|
|
|
|
| Direccion | Destino |
|
|
|-----------|---------|
|
|
| Padre | [docs/](../_MAP.md) |
|
|
| Siguiente | [01-arquitectura/](../01-arquitectura/_MAP.md) |
|
|
| Relacionado | [02-definicion-modulos/](../02-definicion-modulos/_MAP.md) |
|
|
|
|
## Historial de Cambios
|
|
|
|
| Fecha | Version | Cambio |
|
|
|-------|---------|--------|
|
|
| 2026-01-10 | 1.0.0 | Creacion inicial con estructura SaaS/IA |
|
|
|
|
---
|
|
|
|
*Actualizado: 2026-01-10*
|