Skip to content

Instantly share code, notes, and snippets.

@danielguillan
Last active August 7, 2019 14:02
Show Gist options
  • Save danielguillan/ff4db45c4a535300e97c747024cc84fd to your computer and use it in GitHub Desktop.
Save danielguillan/ff4db45c4a535300e97c747024cc84fd to your computer and use it in GitHub Desktop.
# Quick start
# Quick start
Quick start
Step 1 - Get started*
Get started -> Step 2 - Select Account & API key
Step 2 - Select Account & API key
No selection
Select existing -> Select existing API key
Generate new -> Generate new API key
Select existing API key
for account with accepted T&C -> Step 3 - 4 - 5
for account with declined T&C -> Show T&C
Generate new API key
for account with accepted T&C -> Step 3 - 4 - 5
for account with declined T&C -> Show T&C
Step 3 - 4 - 5
Complete setup
Show T&C
Accept -> Step 3 - 4 - 5
Decline -> Step 2 - Select Account & API key
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