Skip to content

Instantly share code, notes, and snippets.

@lintaonz
Last active October 17, 2018 01:12
Show Gist options
  • Select an option

  • Save lintaonz/ad2df4670932727d4b76df250618fdc1 to your computer and use it in GitHub Desktop.

Select an option

Save lintaonz/ad2df4670932727d4b76df250618fdc1 to your computer and use it in GitHub Desktop.
Telecompliance User Journey Flow*
Telecompliance User Journey Flow*
createAccount*
ONBOARD -> dsSubmited
dsSubmited
INIT_LOG -> stage1_waitingAnalystReview
stage1_waitingAnalystReview
QUESTIONS_ADDED -> stage2_waitingCustomerAnswer
CONFIRMED_FINAL_LOG -> stage3_dashboardUnlocked
stage2_waitingCustomerAnswer
MARK_AS_RESPONSED -> stage1_waitingAnalystReview
stage3_dashboardUnlocked
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