Skip to content

Instantly share code, notes, and snippets.

@deerdear
Last active April 17, 2019 12:48
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 deerdear/9009d90cda85fc9d020cdb429fbc1560 to your computer and use it in GitHub Desktop.
Save deerdear/9009d90cda85fc9d020cdb429fbc1560 to your computer and use it in GitHub Desktop.
Login
Login
Registered -> RAAY User-Investor dashboard
Not Registered -> RAAY Investor Registration
RAAY Investor Registration
Register
RAAY User-Investor dashboard
Unauthorised
Reading room
Read instructions for participants -> Done?
Download documents -> Done?
Download documents
Download documents -> Done?
KYC
Answer KYC questions -> Done?
KYC Accredited investor confirmation
Answer accredited investor confirmation questions -> Done?
Subscription agreement
Agree to subscription -> Done?
Done?
Not completed all KYC steps? -> Unauthorised
Completed all KYC steps? -> Authorised
Authorised
Manage funds
Invest
Payment
Fiat
Crypto
View Portfolio
Withdraw
Manage user settings
RAAY Mobile Wallet
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