Skip to content

Instantly share code, notes, and snippets.

@guiprav
Last active August 15, 2018 07:04
Show Gist options
  • Select an option

  • Save guiprav/954a6078810689f7c0c6cb7aa80314d5 to your computer and use it in GitHub Desktop.

Select an option

Save guiprav/954a6078810689f7c0c6cb7aa80314d5 to your computer and use it in GitHub Desktop.
Aguardando invites
Aguardando invites
recebeu invite enquanto online -> Tratando invite
recebeu invite enquanto offline -> Aguardando mudança de estado
Aguardando mudança de estado
fim da transição -> Tratando invite
Tratando invite
disponível ou em preview - adiciona à fila -> Verifica fila
do contrário -rejeita -> Aguardando invites
Verifica fila
fila agora tem exatamente 1 item - inicia processamento -> Aguardando invites
do contrário - faz nada -> Aguardando invites
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