Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created November 24, 2011 17:09
Show Gist options
  • Save deedubs/1391826 to your computer and use it in GitHub Desktop.
Save deedubs/1391826 to your computer and use it in GitHub Desktop.
signup flow
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