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
Login | |
idle | |
INVALIDFORM -> invalidForm | |
VALIDFORM -> gigyaRequest | |
invalidForm | |
INVALIDFORM ->invalidForm | |
VALIDFORM -> gigyaRequest | |
gigyaRequest | |
SERVERERROR -> serverError | |
INVALIDREQUEST -> invalidForm |
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
Select Platform - Alert Notifications | |
iOS -> iOS | |
Android -> Android | |
iOS | |
Select Screen - iOS | |
open onBoarding Screen -> onBoarding - iOS | |
open Alerts Screen -> Alerts Screen - iOS | |
onBoarding - iOS |
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
MVPD Flow | |
idle* | |
click -> fetching tv providers | |
fetching tv providers | |
get client token* | |
success -> fetch identity providers group - NFL_MVP | |
fail -> tv provider general error | |
fetch identity providers group - NFL_MVP | |
success -> fetch identity providers |
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
In Game - MVPD Flow | |
call to action | |
click -> route to next page | |
route to next page | |
success -> try to play video | |
try to play video | |
success -> play video | |
fail -> is video available for third party auth | |
is video available for third party auth | |
success -> get identity provider group names |
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
Team Alerts Flow | |
Favorite Team | |
Select Fav Team -> Move team to Active Teams section and opt-in NewsHighlights Game Start and Final Score alerts for team | |
Move team to Active Teams section and opt-in NewsHighlights Game Start and Final Score alerts for team | |
Deselect Fav Team -> Do nothing | |
Do nothing | |
All Teams | |
Opt-in team alert -> Move team to Active Teams section | |
Move team to Active Teams section |
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
#!/bin/sh | |
# More Mac setup at https://mac.iamdeveloper.com | |
# Log file | |
timestamp=$(date +%s) | |
logFile="./my-mac-setup-$timestamp.log" | |
# if true is passed in, things will reinstall | |
reinstall=$1 |
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
/* eslint no-undef: 0*/ | |
/* eslint react/jsx-no-undef: 0*/ | |
import React from "react" | |
const chart = { | |
id: "purchase", | |
initial: "fetchingWorkshopData", | |
states: { | |
fetchingWorkshopData: { | |
on: { |
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
Sign Up Flow | |
Sign up with email and sms | |
post request -> search for user | |
search for user | |
found with email and sms -> fast track | |
found with email only -> slow track |
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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |