Last active
August 20, 2020 19:55
-
-
Save camwest/c482fb610d09f64dccc6ae133bdaed3e to your computer and use it in GitHub Desktop.
R1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
R1 | |
iOS App | |
Logged Out | |
create account -> Create Account | |
login -> Logged In | |
sign in with apple -> Accept Terms | |
Create Account | |
enter credentials -> Validate Email | |
Validate Email | |
enter correct token -> Accept Terms | |
Accept Terms | |
accept -> Logged In | |
Logged In | |
log out -> Logged Out | |
First Launch? | |
yes -> Onboarding | |
no -> Core App | |
Onboarding | |
done -> Core App | |
Core App | |
investing -> Investing Screen | |
data vault -> Data Vault | |
profile -> Profile | |
Investing Screen | |
iOS Has Investment Account? | |
yes -> Native Coming Soon | |
no -> No Investing Account | |
Native Coming Soon | |
login to web -> Web Application | |
No Investing Account | |
open account -> Web Application | |
Data Vault | |
view point transactions -> Point Transactions | |
view data dividends -> Data Dividends | |
Connections Available? | |
yes -> Connections Available | |
no -> No Connections Available | |
Connections Available | |
connect bank -> Connect App | |
connect twitter -> Connect App | |
connect email -> Connect App | |
No Connections Available | |
Point Transactions | |
close -> Data Vault | |
Data Dividends | |
close -> Data Vault | |
Connect App | |
done -> Connections Available? | |
Profile | |
Web Application | |
Web Has Investment Account? | |
not funded -> No Funds | |
funded -> Account Funded | |
no -> No Custodian Account | |
No Custodian Account | |
open account -> Active Custodian Account | |
Active Custodian Account | |
close account -> No Custodian Account | |
create deposit -> Deposit Pending | |
CIP Approval | |
approved -> Link Bank | |
Link Bank | |
choose bank -> No Funds | |
No Funds | |
Account Funded | |
liquidate funds -> Liquidation Pending | |
Liquidation Pending | |
liquidation complete -> Web Application | |
Investment Automatically Rebalances | |
Deposit Pending | |
deposit complete -> Investment Automatically Rebalances | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function render(model){ | |
return $("span", "The current state is: " + model.active_states[0].name); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment