Created
September 9, 2021 21:38
-
-
Save devinhalladay/c546e81214f58d9b17ca9503f3b47451 to your computer and use it in GitHub Desktop.
Course PDP*
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
| Course PDP* | |
| Join via nav -> Onboarding | |
| Default | |
| add to cart -> Checkout | |
| Sold Out & Past | |
| sign up for mailing list | |
| Purchased | |
| view course -> Course Portal | |
| Checkout | |
| checkout -> Transactional Welcome Email | |
| Transactional Welcome Email | |
| create profile -> Onboarding | |
| Onboarding | |
| arrived from welcome email -> Create Password | |
| arrived from elsewhere -> Enter Email Address | |
| Enter Email Address | |
| account exists -> Enter Password | |
| no account -> Create Password | |
| Enter Password | |
| forgot password -> Reset Password | |
| Create Password* | |
| next -> Step n | |
| Step n | |
| next -> Step n plus 1 | |
| Step n plus 1 | |
| previous -> Step n | |
| next -> Complete | |
| Complete | |
| view profile -> Profile | |
| Profile | |
| click course -> Course Portal | |
| Reset Password | |
| enter email -> Transactional Email | |
| Transactional Email | |
| click link -> Create New Password | |
| Create New Password | |
| Course Portal | |
| Syllabus* | |
| click lesson link -> Lesson n | |
| Lesson n | |
| next lesson -> Lesson n plus 1 | |
| Lesson n plus 1 |
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
| function render(model){ | |
| let current_state_name = model.active_states[0].name; | |
| return $("h1", | |
| {style: {color: "darkBlue"}}, | |
| `The current state is: ${current_state_name}`); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment