Skip to content

Instantly share code, notes, and snippets.

@h4ck3rm1k3
Created March 18, 2018 12:45
Show Gist options
  • Save h4ck3rm1k3/66295036c67949ffe2e410994a03a194 to your computer and use it in GitHub Desktop.
Save h4ck3rm1k3/66295036c67949ffe2e410994a03a194 to your computer and use it in GitHub Desktop.
plantuml diagrams for goldpuppy
@startuml
Contributor -up-|> User
Client -up-|> User
Supervisor -up-|> User
QA -up-|> User
User --> (Login)
Supervisor --> (Approve / Block User)
Client --> (Define Contribution Rules)
QA --> (Approve Contribution)
Contributor --> (Understand Contribution Rules)
Contributor --> (Create Contribution)
QA --> (Approve Contribution)
QA --> (Give Feedback on Contribution)
QA --> (Understand Contribution Rules)
Supervisor --> (Understand Contribution Rules)
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment