- HERENCIA-SIMCO.md actualizado con directivas v3.7 y v3.8 - Actualizaciones de configuracion Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
83 lines
2.0 KiB
Markdown
83 lines
2.0 KiB
Markdown
---
|
|
id: "MAP-INT"
|
|
title: "Mapa Integraciones"
|
|
type: "Index"
|
|
status: "Published"
|
|
priority: "P2"
|
|
version: "1.0.0"
|
|
created_date: "2026-01-10"
|
|
updated_date: "2026-01-10"
|
|
---
|
|
|
|
# _MAP: Integraciones Externas
|
|
|
|
**Carpeta:** docs/02-integraciones/
|
|
**Proposito:** Documentacion de integraciones con servicios externos
|
|
**Estado:** Actualizado
|
|
**Sistema:** SIMCO v3.7
|
|
**Ultima actualizacion:** 2026-01-10
|
|
|
|
---
|
|
|
|
## Resumen
|
|
|
|
| Metrica | Valor |
|
|
|---------|-------|
|
|
| Total integraciones | 8 |
|
|
| Implementadas | 7 |
|
|
| Planificadas | 1 |
|
|
|
|
---
|
|
|
|
## Contenido
|
|
|
|
| Archivo | Tipo | Estado | Descripcion |
|
|
|---------|------|--------|-------------|
|
|
| [INT-001-stripe.md](./INT-001-stripe.md) | Pagos | Implementado | Stripe Billing + Webhooks |
|
|
| [INT-002-oauth.md](./INT-002-oauth.md) | Auth | Planificado | OAuth 2.0 (Google, GitHub, Microsoft) |
|
|
| [INT-003-email.md](./INT-003-email.md) | Notificaciones | Implementado | Email multi-provider (SendGrid, SES) |
|
|
| [INT-004-push.md](./INT-004-push.md) | Notificaciones | Implementado | Web Push API (VAPID) |
|
|
| [INT-005-storage.md](./INT-005-storage.md) | Storage | Implementado | S3/R2/MinIO |
|
|
| [INT-006-webhooks.md](./INT-006-webhooks.md) | Webhooks | Implementado | BullMQ outbound |
|
|
| [INT-007-redis.md](./INT-007-redis.md) | Cache/Queue | Implementado | Redis + BullMQ |
|
|
|
|
---
|
|
|
|
## Integraciones por Categoria
|
|
|
|
### Pagos
|
|
- INT-001: Stripe
|
|
|
|
### Autenticacion
|
|
- INT-002: OAuth 2.0 (Planificado)
|
|
|
|
### Notificaciones
|
|
- INT-003: Email
|
|
- INT-004: Push
|
|
|
|
### Almacenamiento
|
|
- INT-005: Storage
|
|
|
|
### Backend/Queue
|
|
- INT-006: Webhooks
|
|
- INT-007: Redis
|
|
|
|
---
|
|
|
|
## Relacion con Modulos SAAS
|
|
|
|
| Integracion | Modulo Relacionado |
|
|
|-------------|-------------------|
|
|
| INT-001-stripe | SAAS-004-billing |
|
|
| INT-002-oauth | SAAS-001-auth |
|
|
| INT-003-email | SAAS-013-email |
|
|
| INT-004-push | SAAS-007-notifications |
|
|
| INT-005-storage | SAAS-011-storage |
|
|
| INT-006-webhooks | SAAS-010-webhooks |
|
|
| INT-007-redis | SAAS-010-webhooks |
|
|
|
|
---
|
|
|
|
**Mantenido por:** Orchestration Team
|
|
**Directiva aplicada:** SIMCO-INTEGRACIONES-EXTERNAS
|