Skip to content

Instantly share code, notes, and snippets.

@Joeltbond
Created November 13, 2019 22:29
Show Gist options
  • Save Joeltbond/3a8d7b218433612827f7d1aa98f9908a to your computer and use it in GitHub Desktop.
Save Joeltbond/3a8d7b218433612827f7d1aa98f9908a to your computer and use it in GitHub Desktop.
Linked Account Detail Page A
Linked Account Detail Page A
No Linking error
plaid error -> Linking error
Linking error
No Modal
click relink cta -> Modal - Did you change your credentials?
Modal - Did you change your credentials?
no -> Modal - Login to Institiution X create Linked Account A
yes and institution has not been deleted -> Modal - Login to Institiution X create Linked Account B
yes and institution has been deleted -> Institiution Search modal
Modal - Login to Institiution X create Linked Account A
success -> No Linking error
close -> No Modal
Modal - Login to Institiution X create Linked Account B
success -> Linked Account Detail Page B - No Linking error - Linked Account A has been unlinked
close -> No Modal
Institiution Search modal
find and select -> Modal - Login to Institiution X create Linked Account B
close -> No Modal
Linked Account Detail Page B - No Linking error - Linked Account A has been unlinked
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