- 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>
92 lines
2.0 KiB
Markdown
92 lines
2.0 KiB
Markdown
---
|
|
id: MAP-MGN-019-feature-flags
|
|
title: Mapa de Navegacion - Feature Flags
|
|
type: NavigationMap
|
|
status: Draft
|
|
version: 1.0.0
|
|
created_date: 2026-01-13
|
|
updated_date: 2026-01-13
|
|
---
|
|
|
|
# Mapa de Navegacion - MGN-019: Feature Flags Dental
|
|
|
|
## Estructura del Modulo
|
|
|
|
```
|
|
MGN-019-feature-flags/
|
|
+-- README.md <- Vision general
|
|
+-- _MAP.md <- ESTE ARCHIVO
|
|
|
|
|
+-- requerimientos/
|
|
| +-- INDICE-RF-FFLAGS.md
|
|
| +-- RF-FFLAGS-001.md <- Boolean flags
|
|
| +-- RF-FFLAGS-002.md <- Plan-based flags
|
|
| +-- RF-FFLAGS-003.md <- Rollout gradual
|
|
|
|
|
+-- especificaciones/
|
|
| +-- INDICE-ET-FFLAGS.md
|
|
| +-- ET-FFLAGS-DATABASE.md
|
|
| +-- ET-FFLAGS-BACKEND.md
|
|
|
|
|
+-- historias-usuario/
|
|
| +-- INDICE-US-FFLAGS.md
|
|
|
|
|
+-- implementacion/
|
|
+-- TRACEABILITY.yml
|
|
```
|
|
|
|
---
|
|
|
|
## Feature Flags Odontologicos
|
|
|
|
| Flag | Consultorio | Clinica | Centro |
|
|
|------|:-----------:|:-------:|:------:|
|
|
| odontograma_digital | - | X | X |
|
|
| radiografias_digitales | - | X | X |
|
|
| ortodoncia_3d | - | - | X |
|
|
| asistente_ia_dental | - | - | X |
|
|
| whatsapp_pacientes | - | - | X |
|
|
|
|
---
|
|
|
|
## Rollout Actual
|
|
|
|
| Flag | % Rollout | Estado |
|
|
|------|-----------|--------|
|
|
| nuevo_odontograma_v2 | 25% | Beta |
|
|
| radiografia_ia | 10% | Alpha |
|
|
| agenda_inteligente | 50% | Beta |
|
|
| recordatorio_sms | 100% | GA |
|
|
|
|
---
|
|
|
|
## Prioridad de Evaluacion
|
|
|
|
1. Tenant Override (clinica especifica)
|
|
2. Plan Features (Consultorio/Clinica/Centro)
|
|
3. Global Flag (rollout %)
|
|
|
|
---
|
|
|
|
## Indice de Documentos
|
|
|
|
### Requerimientos
|
|
|
|
| ID | Descripcion | Estado |
|
|
|----|-------------|--------|
|
|
| RF-FFLAGS-001 | Boolean flags | Draft |
|
|
| RF-FFLAGS-002 | Plan-based flags | Draft |
|
|
| RF-FFLAGS-003 | Rollout gradual | Draft |
|
|
|
|
### Especificaciones
|
|
|
|
| ID | Descripcion | Estado |
|
|
|----|-------------|--------|
|
|
| ET-FFLAGS-DATABASE | Modelo de datos | Draft |
|
|
| ET-FFLAGS-BACKEND | FeatureFlagService | Draft |
|
|
|
|
---
|
|
|
|
*Mapa | MGN-019-feature-flags | Clinica Dental*
|
|
*Actualizado: 2026-01-13*
|