Created
November 24, 2011 17:09
-
-
Save deedubs/1391826 to your computer and use it in GitHub Desktop.
signup flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diagram { | |
signup -> email -> clickConfirm -> activate -> dashboard | |
lane user { | |
signup [label = "Signup for service"]; | |
clickConfirm [label = "Click confirm link"]; | |
} | |
lane application { | |
email [label = "Send activation email"]; | |
activate [label = "Activate user account"]; | |
dashboard [label = "Redirect to dashboard"]; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment