Skip to content

Instantly share code, notes, and snippets.

@drunewin
Last active November 19, 2019 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drunewin/5ecdec3ab0ccfa048f42cd38255eca6e to your computer and use it in GitHub Desktop.
Save drunewin/5ecdec3ab0ccfa048f42cd38255eca6e to your computer and use it in GitHub Desktop.
Unlinked Home Screen
Unlinked Home Screen
add benefits pressed -> Linking Flow
Linking Flow
Verify Birthday*
submitted valid and unknown email -> Verify Last 4 SSN
submitted valid and known email -> Onboarding Flow
submitted invalid -> Verify Birthday with Error Msg
Verify Birthday with Error Msg
submitted valid and unknown email -> Verify Last 4 SSN
submitted valid and known email -> Onboarding Flow
submitted invalid -> Verify Birthday with Error Msg
Verify Last 4 SSN
submitted valid -> Onboarding Flow
submitted invalid -> Verify Birthday with Error Msg
Onboarding Flow
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment