Skip to content

Instantly share code, notes, and snippets.

@mazulo
Last active August 29, 2015 13:57
Show Gist options
  • Save mazulo/9670004 to your computer and use it in GitHub Desktop.
Save mazulo/9670004 to your computer and use it in GitHub Desktop.
Caso de uso de cadastro de usuário. e consulta/cadastro de links.
@startuml
left to right direction
:USUARIO:
rectangle cadastro {
:USUARIO: -- (CADASTRAR CONTA)
(CADASTRAR CONTA) ...|> (AUTENTICAR CONTA) : include
(CADASTRAR CONTA) <-- (CONTA COM FACEBOOK)
(CADASTRAR CONTA) <-- (CONTA COM TWITTER)
}
rectangle consulta {
:USUARIO: -- (CADASTRAR LINK)
:USUARIO: -- (CONSULTAR LINK)
(CADASTRAR LINK) <|...(AUTENTICAR USUARIO) : extends
(CONSULTAR LINK) <|...(AUTENTICAR USUARIO) : extends
}
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment