Skip to content

Instantly share code, notes, and snippets.

@nclzz
Last active August 6, 2018 14:43
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 nclzz/760c513a4d42d62c637799979eb8dcd3 to your computer and use it in GitHub Desktop.
Save nclzz/760c513a4d42d62c637799979eb8dcd3 to your computer and use it in GitHub Desktop.
Reservation
Reservation
Initial State*
Pay with Credit Card -> Is Form Valid?
Is Form Valid?
Yes -> Stripe Checkout
No -> Wanderio Flex Modal
Wanderio Flex Modal
Add Flex -> Is Form Valid?
Remove Flex -> Is Form Valid?
Stripe Checkout
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