Skip to content

Instantly share code, notes, and snippets.

@theodorton
Last active September 23, 2019 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theodorton/0413735b95a64c7e2b9d9eefc5715188 to your computer and use it in GitHub Desktop.
Save theodorton/0413735b95a64c7e2b9d9eefc5715188 to your computer and use it in GitHub Desktop.
Lead Tab
Lead Tab
Approved
Book -> Booked
Unqualify -> Unqualified
Postpone -> Postponed
Send SMS and email macro -> Approved
Lead*
Book and approve -> Booked
Approve -> Approved
Postpone -> Postponed
Unqualify -> Unqualified
Postponed
Book and approve -> Booked
Approve -> Approved
Unqualify -> Unqualified
Installation Tab
Installed
Add or change configuration -> Installed
Test installation -> Installed
Activate -> Active
Test failed -> Approved
Booked
Mark installed -> Installed
Re-schedule -> Booked
Unbook -> Approved
Send confirmation with regnr and date -> Booked
Send SMS reminder -> Booked
Active Tab
Active
Admin schedules uninstallation -> Inactive
Send usage instrucations -> Active
Archive Tab
Inactive
Re-activate -> Active
Device uninstalled -> Uninstalled
Uninstalled
Unqualified
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