Skip to content

Instantly share code, notes, and snippets.

@zhammer
Last active August 1, 2019 15:20
Show Gist options
  • Save zhammer/574d38650f5541340718519c0f00d31f to your computer and use it in GitHub Desktop.
Save zhammer/574d38650f5541340718519c0f00d31f to your computer and use it in GitHub Desktop.
Seller Verification
Seller Verification
Not Onboarded
Onboard -> Onboarded
Onboarded&
Sanctions
Pending Automated Check -
Fail automated check - -> Failed automated check -
Pass automated check - -> Approved -
Failed automated check -
Agent approve - -> Approved -
Agent reject - -> Rejected -
Request user action - -> Pending User Action -
Pending User Action -
Agent approve - -> Approved -
Agent Reject - -> Rejected -
Approved -
Rejected -
Identity
Pending Automated Check _
Fail automated check _ -> Failed Automated Check _
Pass automated check _ -> Approved _
Failed Automated Check _
Agent approve _ -> Approved _
Agent reject _ -> Rejected _
Request user action _ -> Pending User Action _
Pending User Action _
Agent approve _ -> Approved _
Agent Reject _ -> Rejected _
Approved _
Rejected _
function render(model){
console.log(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