Skip to content

Instantly share code, notes, and snippets.

@vputz
Last active July 1, 2022 12:12
Show Gist options
  • Save vputz/cadecb36e80319c2746009c483f86b2d to your computer and use it in GitHub Desktop.
Save vputz/cadecb36e80319c2746009c483f86b2d to your computer and use it in GitHub Desktop.
Marketplace Registration
Marketplace Registration
Marketplace Product Page
click to product -> ResolveCustomer?
ResolveCustomer?
ValidToken? -> Customer Registration
InvalidToken? -> Invalid Token
ExpiredToken? -> Expired Token
Expired Token
back -> Marketplace Product Page
Invalid Token
back -> Marketplace Product Page
Customer Registration
register -> Login?
Login?
valid account? -> Logged in
invalid account? -> Marketplace Product Page
Logged in
Jobs
add job -> check entitlement?
check entitlement?
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