Skip to content

Instantly share code, notes, and snippets.

@renovatorruler
Last active December 1, 2022 19:25
Show Gist options
  • Save renovatorruler/1ecbac9bb0bfcb6e52baffd518d3f107 to your computer and use it in GitHub Desktop.
Save renovatorruler/1ecbac9bb0bfcb6e52baffd518d3f107 to your computer and use it in GitHub Desktop.
Memento-cash Entry points - no custom slp
Memento-cash Entry points - no custom slp
land on home -> Home Page
streamer sends thru stream link -> Stream Page
Home Page
click continue -> Tagline Page
Tagline Page
create account -> Create User Account Page
skip -> Stream List Page
register as a streamer -> Register Streamer Page
Create User Account Page
account created -> Stream List Page
Stream List Page
select a stream -> Stream Page
collections -> Memento Collections Page
Stream Page
does not has slp account -> Create User Account Page
have an account -> Tip Page
back to stream list -> Stream List Page
Empty*
Tip Page
send tip -> Claim Memento Page
Claim Memento Page
claim memento -> Memento Collections Page
Memento Collections Page
stream list -> Stream List Page
Register Streamer Page
register -> Stream Page
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