Forked from rgraves-aspiration/SketchSystems.spec
Last active
April 14, 2020 16:00
Revisions
-
anka-213 revised this gist
Apr 14, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -4,14 +4,14 @@ function render(model){ function addImage() { if (current.image_url) { return $("img", {src: current.image_url, style: {height: "70%", margin: "0 auto"}}) } else { return "No image available." } } return ( <div style={{textAlign: "center"}}> <h1>{current.name}</h1> {addImage()} </div> ); -
anka-213 revised this gist
Apr 14, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ function render(model){ const current = model.active_states[0] function addImage() { if (current.image_url) { return $("img", {src: model.active_states[0].image_url, style: {height: "70%", margin: "0 auto"}}) } else { -
anka-213 revised this gist
Apr 14, 2020 . No changes.There are no files selected for viewing
-
rgraves-aspiration revised this gist
Jul 20, 2018 . No changes.There are no files selected for viewing
-
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -134,7 +134,9 @@ Tab Bar Impact info button -> What is AIM? Current Month tap History tab -> History History tap Current Month tab -> Current Month What is AIM? Got it -> Impact Learn more on web -> AIM Webview -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -4,10 +4,10 @@ function render(model){ if (model.active_states[0].image_url) { return $("img", {src: model.active_states[0].image_url, style: {height: "70%", margin: "0 auto"}}) } else { return "No image available." } } return ( <div style={{textAlign: "center"}}> <h1>{model.active_states[0].name}</h1> -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -2,16 +2,16 @@ function render(model){ function addImage() { if (model.active_states[0].image_url) { return $("img", {src: model.active_states[0].image_url, style: {height: "70%", margin: "0 auto"}}) } else { return "No image available." } } return ( <div style={{textAlign: "center"}}> <h1>{model.active_states[0].name}</h1> {addImage()} </div> ); } -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 6 additions and 4 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -8,8 +8,10 @@ function render(model){ return "No image available." } } return ( <div style={{textAlign: "center"}}> <h1>{model.active_states[0].name}</h1> {addImage()} </div> ); } -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,6 @@ function render(model){ } return <div style={{textAlign: "center"}}> <h1>{model.active_states[0].name}</h1> {addImage()} </div>; } -
rgraves-aspiration revised this gist
Jul 17, 2018 . No changes.There are no files selected for viewing
-
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Aspiration App Logic open app from home screen -> Has User Previously Logged In? Logged Out Flow -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -106,18 +106,20 @@ Tab Bar Deposit Flow cancel -> Deposit List Transfers Scheduled Transfer List back -> Manage View schedule a transfer -> Transfer Flow History -> History List History List back -> Manage View schedule a transfer -> Transfer Flow Scheduled -> Scheduled Transfer List Transfer Flow cancel -> Scheduled Transfer List Payments Scheduled Payment List Sent -> Sent List Sent List Scheduled -> Scheduled Payment List -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -115,11 +115,12 @@ Tab Bar schedule a transfer -> Transfer Flow Scheduled -> Scheduled List Transfer Flow cancel -> Scheduled Transfer List Payments Scheduled List Sent -> Sent List Sent List Scheduled -> Scheduled Payment List send a payment -> Payment Flow Buy Sell Recurring Investments -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -117,6 +117,9 @@ Tab Bar Transfer Flow cancel -> Scheduled List Payments Scheduled List Sent List send a payment -> Payment Flow Buy Sell Recurring Investments -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -104,6 +104,7 @@ Tab Bar deposit a check -> Deposit Flow deposit record -> Receipt Card Deposit Flow cancel -> Deposit List Transfers Scheduled List back -> Manage View @@ -114,6 +115,7 @@ Tab Bar schedule a transfer -> Transfer Flow Scheduled -> Scheduled List Transfer Flow cancel -> Scheduled List Payments send a payment -> Payment Flow Buy Sell -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -100,15 +100,17 @@ Tab Bar recurring investments -> Recurring Investments Deposits Deposit List back -> Manage View deposit a check -> Deposit Flow deposit record -> Receipt Card Deposit Flow Transfers Scheduled List back -> Manage View schedule a transfer -> Transfer Flow History -> History List History List back -> Manage View schedule a transfer -> Transfer Flow Scheduled -> Scheduled List Transfer Flow -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Tab Bar schedule a transfer -> Transfer Flow History -> History List History List b -> Manage View schedule a transfer -> Transfer Flow Scheduled -> Scheduled List Transfer Flow -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -108,6 +108,8 @@ Tab Bar schedule a transfer -> Transfer Flow History -> History List History List back schedule a transfer -> Transfer Flow Scheduled -> Scheduled List Transfer Flow Payments -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -99,13 +99,13 @@ Tab Bar buy sell -> Buy Sell recurring investments -> Recurring Investments Deposits Deposit List deposit a check -> Deposit Flow deposit record -> Receipt Card Deposit Flow Transfers Scheduled List schedule a transfer -> Transfer Flow History -> History List History List Scheduled -> Scheduled List -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -106,8 +106,9 @@ Tab Bar Transfers schedule a transfer -> Transfer Flow Scheduled List History -> History List History List Scheduled -> Scheduled List Transfer Flow Payments send a payment -> Payment Flow -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -105,12 +105,14 @@ Tab Bar Deposit Flow Transfers schedule a transfer -> Transfer Flow Scheduled List History List Transfer Flow Payments send a payment -> Payment Flow Buy Sell Recurring Investments Payment Flow Buy Sell Flow Recurring Investment Flow -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -101,14 +101,15 @@ Tab Bar Deposits deposit a check -> Deposit Flow deposit record -> Receipt Card Deposit List Deposit Flow Transfers schedule a transfer -> Transfer Flow Payments send a payment -> Payment Flow Buy Sell Recurring Investments Transfer Flow Payment Flow Buy Sell Flow -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 51 additions and 50 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,56 +1,57 @@ Aspiration App Logic* open app from home screen -> Has User Previously Logged In? Logged Out Flow Has User Previously Logged In? yes -> Is Device Authentication Set Up? no -> App Welcome Screen App Welcome Screen tap login -> Is Device Authentication Set Up? tap sign up -> Signup Flow Is Device Authentication Set Up? yes - Touch ID -> Check Authentication? yes - Face ID -> Check Authentication? no -> Login Form Check Authentication? pass -> Load Account Info fail -> Login Form Login Form email field active next -> password field active password field active done -> login successful? login -> login successful? dismiss -> App Welcome Screen login successful? true -> MFA Options false -> Login Error Login Error dismiss -> Login Form MFA Options request code via sms -> Enter MFA Code request code via email -> Enter MFA Code Enter MFA Code submit -> Correct MFA? Correct MFA? true -> Summary View false -> Enter MFA Code Load Account Info success -> Summary View fail -> Login Error Tab Bar summary -> Summary manage -> Manage -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Aspiration App Logic* open app from home screen -> Has User Previously Logged In? Has User Previously Logged In? -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ Aspiration App* open app from home screen -> Has User Previously Logged In? Has User Previously Logged In? yes -> Is Device Authentication Set Up? no -> App Welcome Screen App Welcome Screen tap login -> Is Device Authentication Set Up? @@ -136,5 +136,5 @@ Tab Bar back -> Settings View Signup Flow dismiss -> App Welcome Screen
-
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,9 @@ Aspiration App* open app from home screen -> Has User Previously Logged In? Has User Previously Logged In? yes -> Is Device Authentication Set Up? no -> App Welcome Screen App Welcome Screen tap login -> Is Device Authentication Set Up? tap sign up -> Signup Flow -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,8 @@ Aspiration App* open app from home screen -> Has User Previously Logged In? Has User Previously Logged In? yes -> Is D App Welcome Screen tap login -> Is Device Authentication Set Up? tap sign up -> Signup Flow -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ Aspiration App* open app from home screen -> Is Device Authentication App Welcome Screen tap login -> Is Device Authentication Set Up? tap sign up -> Signup Flow -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ Aspiration App* open App Welcome Screen tap login -> Is Device Authentication Set Up? tap sign up -> Signup Flow @@ -20,7 +22,7 @@ Login Form login -> login successful? dismiss -> App Welcome Screen login successful? true -> MFA Options -
rgraves-aspiration revised this gist
Jul 17, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ function render(model){ function addImage() { if (model.active_states[0].image_url) { return $("img", {src: model.active_states[0].image_url, style: {height: "70%", margin: "0 auto"}}) } else { return "No image available." }
NewerOlder