- Update docs/_MAP.md with new phase references - Add docs/04-fase-saas/ phase structure - Add docs/05-fase-ia/ phase structure Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
102 lines
3.2 KiB
Markdown
102 lines
3.2 KiB
Markdown
---
|
|
id: MAP-fase-04-saas
|
|
title: Mapa de Navegacion - Fase 04 SaaS
|
|
type: NavigationMap
|
|
status: Draft
|
|
version: 1.0.0
|
|
created_date: 2026-01-13
|
|
updated_date: 2026-01-13
|
|
---
|
|
|
|
# Mapa de Navegacion - Fase 04: SaaS
|
|
|
|
## Estructura de la Fase
|
|
|
|
```
|
|
04-fase-saas/
|
|
+-- README.md <- Vision general de la fase
|
|
+-- _MAP.md <- ESTE ARCHIVO
|
|
|
|
|
+-- MGN-016-billing/ <- Facturacion dental
|
|
| +-- README.md <- Vision del modulo
|
|
| +-- _MAP.md <- Indice del modulo
|
|
| +-- requerimientos/ <- RFs de billing
|
|
| +-- especificaciones/ <- ETs tecnicas
|
|
| +-- historias-usuario/ <- User stories
|
|
| +-- implementacion/ <- Trazabilidad
|
|
|
|
|
+-- MGN-017-plans/ <- Planes de clinica
|
|
| +-- README.md <- Vision del modulo
|
|
| +-- _MAP.md <- Indice del modulo
|
|
| +-- ... <- Subdirectorios
|
|
|
|
|
+-- MGN-018-webhooks/ <- Integraciones
|
|
| +-- README.md <- Vision del modulo
|
|
| +-- _MAP.md <- Indice del modulo
|
|
| +-- ... <- Subdirectorios
|
|
|
|
|
+-- MGN-019-feature-flags/ <- Control features
|
|
+-- README.md <- Vision del modulo
|
|
+-- _MAP.md <- Indice del modulo
|
|
+-- ... <- Subdirectorios
|
|
```
|
|
|
|
---
|
|
|
|
## Indice de Modulos
|
|
|
|
| Modulo | Descripcion | Estado | Prioridad |
|
|
|--------|-------------|--------|-----------|
|
|
| [MGN-016-billing](./MGN-016-billing/) | Suscripciones y facturacion para clinicas | Draft | P0 |
|
|
| [MGN-017-plans](./MGN-017-plans/) | Planes (Consultorio, Clinica, Centro) | Draft | P0 |
|
|
| [MGN-018-webhooks](./MGN-018-webhooks/) | Webhooks para integraciones externas | Draft | P1 |
|
|
| [MGN-019-feature-flags](./MGN-019-feature-flags/) | Feature flags para odontologia | Draft | P1 |
|
|
|
|
---
|
|
|
|
## Flujo de Navegacion Recomendado
|
|
|
|
### Para Entender la Fase
|
|
|
|
```
|
|
1. README.md -> Vision general SaaS
|
|
2. MGN-016-billing/README.md -> Sistema de facturacion
|
|
3. MGN-017-plans/README.md -> Planes disponibles
|
|
```
|
|
|
|
### Para Implementar
|
|
|
|
```
|
|
1. MGN-016-billing/ -> Configurar Stripe
|
|
2. MGN-017-plans/ -> Definir planes de clinica
|
|
3. MGN-019-feature-flags/ -> Configurar features por plan
|
|
4. MGN-018-webhooks/ -> Integraciones externas
|
|
```
|
|
|
|
---
|
|
|
|
## Adaptaciones al Dominio Odontologico
|
|
|
|
| Aspecto | Adaptacion |
|
|
|---------|------------|
|
|
| Planes | Consultorio (1 sillon), Clinica (5), Centro (ilimitado) |
|
|
| Features | odontograma_digital, radiografias, ortodoncia_3d |
|
|
| Limites | Por numero de sillones, pacientes, tratamientos |
|
|
| Facturacion | CFDI 4.0, SAT, formato dental |
|
|
| Normativas | NOM-013-SSA2-2015, COFEPRIS |
|
|
|
|
---
|
|
|
|
## Referencias Cruzadas
|
|
|
|
| Documento | Ubicacion | Descripcion |
|
|
|-----------|-----------|-------------|
|
|
| Arquitectura SaaS | ../00-vision-general/ | Arquitectura general |
|
|
| Origen erp-core | erp-core/docs/04-fase-saas/ | Documentacion base |
|
|
| Herencia erp-clinicas | erp-clinicas/docs/ | Adaptaciones clinicas |
|
|
|
|
---
|
|
|
|
*Mapa de Navegacion | Fase 04 SaaS | Clinica Dental*
|
|
*Actualizado: 2026-01-13*
|