- 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>
51 lines
1.4 KiB
Markdown
51 lines
1.4 KiB
Markdown
# MGN-019: Feature Flags - Mapa del Modulo
|
|
|
|
**Modulo:** MGN-019-feature-flags
|
|
**Proyecto:** clinica-veterinaria
|
|
**Fecha:** 2026-01-13
|
|
|
|
---
|
|
|
|
## Estructura
|
|
|
|
```
|
|
MGN-019-feature-flags/
|
|
├── README.md <- Vision general
|
|
├── _MAP.md <- ESTE ARCHIVO
|
|
├── requerimientos/
|
|
│ └── INDICE-RF-FFLAGS.md <- Indice de requerimientos
|
|
├── especificaciones/
|
|
│ └── INDICE-ET-FFLAGS.md <- Indice de especificaciones
|
|
├── historias-usuario/
|
|
│ └── INDICE-US-FFLAGS.md <- Indice de historias
|
|
└── implementacion/
|
|
└── TRACEABILITY.yml <- Trazabilidad
|
|
```
|
|
|
|
---
|
|
|
|
## Feature Flags Veterinarios
|
|
|
|
| Flag | Plan Minimo | Descripcion |
|
|
|------|-------------|-------------|
|
|
| `cartilla_digital` | Basico | Cartilla de vacunacion digital |
|
|
| `control_vacunas` | Profesional | Recordatorios automaticos |
|
|
| `hospitalizacion` | Profesional | Modulo de internamiento |
|
|
| `laboratorio` | Profesional | Integracion con labs |
|
|
| `asistente_ia` | Clinica | IA veterinaria |
|
|
| `multi_sucursal` | Hospital | Varias sedes |
|
|
|
|
---
|
|
|
|
## Navegacion
|
|
|
|
| Destino | Enlace |
|
|
|---------|--------|
|
|
| Fase | [04-fase-saas](../) |
|
|
| Modulo anterior | [MGN-018-webhooks](../MGN-018-webhooks/) |
|
|
| Siguiente fase | [05-fase-ia](../../05-fase-ia/) |
|
|
|
|
---
|
|
|
|
*Mapa generado: 2026-01-13*
|