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
| Authenticated Connection | |
| Not Connected | |
| connect -> Connecting | |
| Connecting | |
| success -> Authenticating | |
| Authenticating | |
| success -> Connected | |
| Connected | |
| disconnect -> Not Connected | |
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
| Synchronizer | |
| Initializing | |
| initialized -> Connecting | |
| Connecting | |
| success -> Connected | |
| Connected | |
| Starting Sync | |
| syncing -> Syncing | |
| Syncing | |
| disconnect -> Not Connected |
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
| Master-Detail Synchronizer | |
| Initializing | |
| initialized -> Connecting | |
| Connecting | |
| success -> Connected | |
| Connected | |
| Starting Sync | |
| Loading Local | |
| done -> Loading Remote | |
| Loading Remote |
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){ | |
| let current_state_name = model.active_states[0].name; | |
| return $("h1", | |
| {style: {color: "darkBlue"}}, | |
| `The current state is: ${current_state_name}`); | |
| } |
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
| Online Doc Synchronizer - round 3 | |
| stop -> user_disconnected | |
| restart -> initializing | |
| refresh_token -> getting_token | |
| error -> error | |
| initializing | |
| getting_token | |
| not_authenticated | |
| authenticate -> authenticating | |
| authenticating |
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
| token-authentication-machine | |
| unauthenticated | |
| login -> logging_in | |
| checking_for_local_token | |
| no_token -> no_token | |
| got_token -> authenticating_token | |
| has_unauthenticated_token | |
| authenticate_token -> authenticating_token | |
| no_token | |
| login -> logging_in |
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
| doc-synchronizer | |
| stop -> user_disconnected | |
| restart -> initializing | |
| refresh_token -> getting_token | |
| error -> error | |
| initializing | |
| getting_token | |
| not_authenticated | |
| authenticate -> authenticating | |
| authenticating |
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
| doc-state-rollup& | |
| overall | |
| loaders | |
| no_loaders | |
| loading | |
| loaded | |
| loading_timed_out | |
| load_failed | |
| load_error | |
| savers |
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
| reactive-computed-property | |
| not_initialized | |
| not_initialized_idle | |
| initialize -> initializing | |
| initializing | |
| initialized -> initialized | |
| initialized& | |
| dispose -> disposing | |
| value | |
| empty |
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
| splice-machine | |
| retain -> retaining | |
| delete -> deleting | |
| insert -> inserting | |
| idle | |
| retaining | |
| done -> idle | |
| deleting | |
| retain -> splicing | |
| done -> splicing |