Skip to content

Instantly share code, notes, and snippets.

@kurotori
Created July 17, 2025 11:27
Show Gist options
  • Save kurotori/ba9ed5686bb9b8d54bdc44b2b75c4545 to your computer and use it in GitHub Desktop.
Save kurotori/ba9ed5686bb9b8d54bdc44b2b75c4545 to your computer and use it in GitHub Desktop.
Ejemplo de Diagrama de Casos de Uso con PlantUML
@startuml Casos de Uso
skinparam actorStyle awesome
:Usuario: as usuario
note "Viene de A1: Clic en Iniciar Sesión" as nt1
(C1: Inicio) as c1
(C2: Registro) as c2
note "Hacia J4" as nt2
nt1 -r-> c1
c1 --> c2 : Clic en botón 'Regsitro'
c2 -r-> nt2
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment