Skip to content

Instantly share code, notes, and snippets.

@daveduthie
Last active October 18, 2022 11:34
Show Gist options
  • Save daveduthie/9244fdaf972327e815265689113c23aa to your computer and use it in GitHub Desktop.
Save daveduthie/9244fdaf972327e815265689113c23aa to your computer and use it in GitHub Desktop.
Debicheck mandate
Debicheck mandate
Some starting state
Confirm signatures -> Signatures confirmed
Signatures confirmed
Start Debicheck -> Debicheck in progress
Debicheck in progress
Debicheck completes -> Debicheck completed
Debicheck completed
Upload FICA -> Needs approval
Needs approval
function render(model){
return $("span", "The current state is: " + model.active_states[0].name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment