Diagrama_historia1 - Lucia-G-R/Creacion-Wiki GitHub Wiki

graph TD;
A[Gestión de los Artefactos en Scrum] --> B[Pila del Producto];
A --> C[Pila del Sprint];
A --> D[Incremento];

B --> B1[Backlog con historias de usuario y tareas];

C --> C1[Planificar];
C --> C2[Distribuir];
C --> C3[Seguir avance];

D --> D1[Tareas finalizadas];

%% Colores
style A fill:#e8f5e9,stroke:#66bb6a,stroke-width:2px        
style B fill:#e3f2fd,stroke:#42a5f5,stroke-width:2px          
style B1 fill:#e3f2fd,stroke:#42a5f5,stroke-width:2px

style C fill:#fff9c4,stroke:#fbc02d,stroke-width:2px         
style C1 fill:#fff9c4,stroke:#fbc02d,stroke-width:2px
style C2 fill:#fff9c4,stroke:#fbc02d,stroke-width:2px
style C3 fill:#fff9c4,stroke:#fbc02d,stroke-width:2px

style D fill:#fce4ec,stroke:#ec407a,stroke-width:2px         
style D1 fill:#fce4ec,stroke:#ec407a,stroke-width:2px