-
-
Save uniconstructor/0de0473276839a07965fc671134a4c05 to your computer and use it in GitHub Desktop.
# начальный статус
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
# начальный статус | |
OnModeration* | |
# профиль корректно заполнен | |
CHECK -> Checked | |
REJECT -> Rejected | |
Checked | |
REMODERATE -> OnModeration | |
# данные профиля подтверждены | |
CONFIRM -> Confirmed | |
# недостоверные данные в профиле | |
REJECT -> Rejected | |
Confirmed | |
REMODERATE -> OnModeration | |
RECHECK -> Checked | |
REJECT -> Rejected | |
Rejected | |
REMODERATE -> OnModeration | |
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
//A function that draws all of our lights, based on the statechart | |
function render(model){ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment