Skip to content

Instantly share code, notes, and snippets.

@daveduthie
Last active October 18, 2022 11:34
Show Gist options
  • Save daveduthie/dbfb35eeaa865c355930803f6b85f22e to your computer and use it in GitHub Desktop.
Save daveduthie/dbfb35eeaa865c355930803f6b85f22e to your computer and use it in GitHub Desktop.
Debicheck mandate
Debicheck mandate
Some starting state
Confirm signatures -> Signatures confirmed
Stuff&
Signatures confirmed
# guard: debicheck complete
Request approval -> Needs approval
Doing Debicheck things
Awaiting Debicheck
Start Debicheck -> Debicheck in progress
Debicheck in progress
Debicheck completes -> Debicheck completed
Debicheck completed
Dismiss -> Debicheck dismissed
Debicheck dismissed
Needs approval
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