Last active
March 3, 2021 22:53
-
-
Save rlingineni/1ba38060573ca740d13c75bcc01ff435 to your computer and use it in GitHub Desktop.
Abandoned Cart
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
Abandoned Cart | |
Items in Cart | |
Leave Website -> Cart Abandoned | |
Cart Abandoned | |
Click Email Link -> Items in Cart | |
After 14 Days -> Cart Expired | |
Cart Expired | |
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