Last active
August 6, 2018 21:32
-
-
Save beacrea/44c3fff97daa30b15f7458bf6c0cf957 to your computer and use it in GitHub Desktop.
Portfolio Constructor Sidebar
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
Portfolio Constructor Sidebar | |
Build Sample Set* | |
Pricing Data Required | |
Download and Upload Data -> Optimization Details | |
Add filters -> Pricing Data Required | |
Modified sample set -> Pricing Data Required | |
Optimization Details | |
Modified sample set -> Pricing Data Required | |
Add optimizations -> Portfolio Can Be Generated | |
Portfolio Can Be Generated | |
User modifies sample set -> Pricing Data Required |
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