Skip to content

Instantly share code, notes, and snippets.

@vikramrojo
Last active July 1, 2019 22:35
Show Gist options
  • Save vikramrojo/4725670898b320e5e5105a8017253a80 to your computer and use it in GitHub Desktop.
Save vikramrojo/4725670898b320e5e5105a8017253a80 to your computer and use it in GitHub Desktop.
Home
Home
Project List
select project -> Project
Feed
Overview
Project
home -> Home
Flags
picker overview -> Flags Overview
picker env -> Flags Env
Flags Overview
flag -> Flag Overview
users -> Feature Overview
metrics -> Feature Overview
audit log -> Feature Overview
cleanup -> Feature Overview
Flags Env
flag -> Flag Env
users -> Feature Env
metrics -> Feature Env
audit log -> Feature Env
cleanup -> Feature Env
Flag
picker overview -> Flag Overview
picker env -> Flag Env
Flag Overview
flags -> Flags Overview
users -> Feature Overview
metrics -> Feature Overview
audit log -> Feature Overview
cleanup -> Feature Overview
Summary
Variations
Code References
History
Settings
Flag Env
flags -> Flags Env
users -> Feature Env
metrics -> Feature Env
audit log -> Feature Env
cleanup -> Feature Env
Targetting
Experiments
Events
Feature
picker overview -> Feature Overview
picker env -> Feature Env
Feature Overview
flag -> Flag Overview
users -> Feature Overview
metrics -> Feature Overview
audit log -> Feature Overview
cleanup -> Feature Overview
Feature Env
flag -> Flag Env
users -> Feature Env
metrics -> Feature Env
audit log -> Feature Env
cleanup -> Feature Env
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