Skip to content

Instantly share code, notes, and snippets.

@vputz
Last active July 1, 2022 12:12
Show Gist options
  • Save vputz/467c9e09edf3343d1dff382a30ec912b to your computer and use it in GitHub Desktop.
Save vputz/467c9e09edf3343d1dff382a30ec912b 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