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 characters
Instant Preview Sketch& | |
License | |
Free* | |
try -> Trial | |
buy -> Full | |
Trial | |
buy -> Full | |
expire -> Free | |
Full | |
expire -> Free |
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 characters
Memoize Sketch& | |
Search | |
InitialSearch | |
search -> Processing | |
Processing | |
success -> Found | |
failure -> Not found | |
Found | |
search -> Processing | |
reset -> InitialSearch |
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 characters
Auth Sketch | |
NoAuth* | |
Default* | |
login -> Login | |
Login | |
Pending* | |
ok -> Ok | |
err -> Err | |
Ok |
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 characters
Promise Sketch | |
Pending* | |
resolve -> Resolved | |
reject -> Rejected | |
Resolved | |
Rejected |
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 characters
Job State Sketch | |
init | |
client draft -> draft | |
client publish -> acceptingOffers | |
# Draft | |
draft | |
client publish -> acceptingOffers | |
client close -> closed |
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 characters
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
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 characters
Job State Sketch | |
Init | |
client draft -> Draft | |
client publish -> AcceptingOffers | |
Draft | |
client close -> Closed | |
client publish -> AcceptingOffers | |
AcceptingOffers |
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 characters
/* | |
interface Event { | |
type: string | |
executor: 'client' | 'provider' | 'admin' | 'validator' | |
sender: 'admin' | 'client' | 'provider' | |
} | |
**/ | |
const guards = { | |
// executors |
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 characters
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
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 characters
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
OlderNewer