Skip to content

Instantly share code, notes, and snippets.

@tonyarkles
Last active November 17, 2021 00:56
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 tonyarkles/aa9bbd95be0feef66cd91ee3c6fa3f2b to your computer and use it in GitHub Desktop.
Save tonyarkles/aa9bbd95be0feef66cd91ee3c6fa3f2b to your computer and use it in GitHub Desktop.
Login
Login
Main Login
bad password -> Main Login
forgot password -> Forgot Password
correct -> SMS Verification
register -> Registration
SMS Verification
skip -> Main Screen
ok -> PIN Setup
back -> Main Login
PIN Setup
ok -> PIN Screen
PIN Screen
correct -> Conversations
Forgot Password
Enter Email*
ok -> Enter Email Verification
Enter Email Verification
correct -> New Password
New Password
ok -> PIN Setup
Sign Up
Registration
Email*
Create Password
Mobile Number
Mobile Verification
Verify Email
Create Profile
Registration Complete
Lock Screen
Main Screen
chat -> Chat
contacts -> Contacts
opinions -> Opinions
Opinions
List Opinions*
Report Sent
Chat*
Conversations
tap -> Conversation Details
Conversation Details
back -> Conversations
create opinion -> Create Opinion
Create Opinion
Contacts
Contact List*
Contact Request
Create Contact
Create Contact Email
Contact Profile
More
Full Screen Ad
Launch Screen
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