Last active
October 18, 2022 11:51
-
-
Save daveduthie/67014cdcc465712d7f7e3c2ae396f8a3 to your computer and use it in GitHub Desktop.
Revisions
-
daveduthie revised this gist
Oct 18, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ yep -
daveduthie revised this gist
Oct 18, 2022 . No changes.There are no files selected for viewing
-
daveduthie revised this gist
Oct 18, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,14 @@ Debicheck mandate Some starting state Confirm signatures -> Signatures confirmed A parallel FSM& Document FSM Signatures confirmed Upload FICA docs -> FICA docs uploaded FICA docs uploaded # guard: debicheck dismissed Request approval -> Needs approval Debicheck FSM Awaiting Debicheck Start Debicheck -> Debicheck in progress Debicheck in progress -
daveduthie revised this gist
Oct 18, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Debicheck mandate Some starting state Confirm signatures -> Signatures confirmed Stuff& Document FSM Signatures confirmed Upload FICA docs -> FICA docs uploaded FICA docs uploaded -
daveduthie revised this gist
Oct 18, 2022 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,9 @@ Debicheck mandate Stuff& Document stuff Signatures confirmed Upload FICA docs -> FICA docs uploaded FICA docs uploaded # guard: debicheck dismissed Request approval -> Needs approval Doing Debicheck things Awaiting Debicheck -
daveduthie revised this gist
Oct 18, 2022 . 1 changed file with 5 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,9 +2,11 @@ Debicheck mandate Some starting state Confirm signatures -> Signatures confirmed Stuff& Document stuff Signatures confirmed Upload FICA docs -> FICA # guard: debicheck complete Request approval -> Needs approval Doing Debicheck things Awaiting Debicheck Start Debicheck -> Debicheck in progress @@ -13,5 +15,4 @@ Debicheck mandate Debicheck completed Dismiss -> Debicheck dismissed Debicheck dismissed Needs approval -
daveduthie revised this gist
Oct 18, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -13,5 +13,5 @@ Debicheck mandate Debicheck completed Dismiss -> Debicheck dismissed Debicheck dismissed Request approval -> Needs approval Needs approval -
daveduthie revised this gist
Oct 18, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -13,4 +13,5 @@ Debicheck mandate Debicheck completed Dismiss -> Debicheck dismissed Debicheck dismissed Needs approval -
daveduthie revised this gist
Oct 18, 2022 . No changes.There are no files selected for viewing
-
daveduthie revised this gist
Oct 18, 2022 . 1 changed file with 12 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,16 @@ Debicheck mandate Some starting state Confirm signatures -> Signatures confirmed Stuff& Signatures confirmed # guard: debicheck complete Request approval -> Needs approval Doing Debicheck things Awaiting Debicheck Start Debicheck -> Debicheck in progress Debicheck in progress Debicheck completes -> Debicheck completed Debicheck completed Dismiss -> Debicheck dismissed Debicheck dismissed Needs approval -
daveduthie revised this gist
Oct 12, 2022 . No changes.There are no files selected for viewing
-
daveduthie created this gist
Oct 12, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ Debicheck mandate Some starting state Confirm signatures -> Signatures confirmed Signatures confirmed Start Debicheck -> Debicheck in progress Debicheck in progress Debicheck completes -> Debicheck completed Debicheck completed Upload FICA -> Needs approval Needs approval 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ function render(model){ let current_state_name = model.active_states[0].name; return $("h1", {style: {color: "darkBlue"}}, `The current state is: ${current_state_name}`); }