Last active
March 1, 2021 04:59
-
-
Save rlingineni/fc8a4d243b6873c5ab321cf077ed2ca5 to your computer and use it in GitHub Desktop.
Register User
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
Register User | |
Visit Website | |
Create Account -> Send Confirm Email | |
Login with Oauth -> Welcome Screen | |
Send Confirm Email | |
Click Link -> Welcome Screen | |
Welcome Screen | |
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
// parse line by line | |
// check if passes, if not throw error | |
// for each transition, verify right hand side exists | |
// if comment then skip | |
//graph.addnode | |
// graph.create relation, edge == action | |
// graph.exists if node not exists then throw error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment