Last active
June 28, 2023 16:32
-
-
Save brasilikum/51109a5c1871c1c98ebaadac05647621 to your computer and use it in GitHub Desktop.
Elenas User Segmentation 2023 and beyond
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
Elenas User Segmentation 2023 and beyond | |
Non User | |
signup -> Elenas Basic | |
Elenas Basic | |
third order completed -> Elenas as is today | |
pays for Elenas Plus -> Plus bought | |
Elenas as is today | |
reaches podio 4 or 5 -> Plus earned | |
pays for Elenas Plus -> Plus bought | |
Elenas Plus | |
Plus earned | |
falls to podio 3 or below -> Elenas as is today | |
Plus bought | |
subscription expires -> Elenas as is today | |
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
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