Skip to content

Instantly share code, notes, and snippets.

@akesson
Created December 27, 2016 17:21
Show Gist options
  • Save akesson/dc6042ed228d0bf6aeb8009c9d9c785e to your computer and use it in GitHub Desktop.
Save akesson/dc6042ed228d0bf6aeb8009c9d9c785e to your computer and use it in GitHub Desktop.
Gravizo

![Alt text](http://g.gravizo.com/g? @startuml; actor Lead; actor Dev; actor QA; Lead -> Lead: Create Epic; Lead -> Dev; Dev -> Dev: D1 Acceptance; QA --> Dev: Spec support; Lead --> Dev: Task support; Dev -> Dev: D2 Architecture; Dev -> Lead: Architecture review handover; Lead -> Lead: Architecture review; Dev -> Dev: D3 Development; Dev -> Lead: Code review handover; @enduml )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment