Skip to content

Instantly share code, notes, and snippets.

@bostonou
Last active February 16, 2022 03:00
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 bostonou/a0e33b8f3f537444cf8fb306d40433e6 to your computer and use it in GitHub Desktop.
Save bostonou/a0e33b8f3f537444cf8fb306d40433e6 to your computer and use it in GitHub Desktop.
LOS
LOS
Submitted*
application-verified -> Verified
documents-requested -> Waiting Docs
Waiting Docs
docs-received -> Verified
docs-overdue -> Email Notification Sent
Email Notification Sent
docs-received -> Verified
docs-overdue -> Email Notification Sent
application-expires -> Application Rejected
Verified
analyst-approves -> Analyst Approved
analyst-rejects -> Application Rejected
Analyst Approved
underwriter-approves -> Application Approved
underwriter-rejects -> Application Rejected
Application Approved
Application Rejected
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