Skip to content

Instantly share code, notes, and snippets.

@vikramrojo
Created January 8, 2021 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vikramrojo/dd01e224545a9ac35a7f2ce348350e74 to your computer and use it in GitHub Desktop.
Save vikramrojo/dd01e224545a9ac35a7f2ce348350e74 to your computer and use it in GitHub Desktop.
Feature Flag
Feature Flag
targeting -> Targeting
experiment -> Exp
Targeting
add rule -> Rule
Rules
add exp Rule -> Rule
add exp rollout -> Rollout
Rule
Rollout
save -> Targeting
Exp
edit experimentation -> Edit
edit allocation -> Allocation
add test -> Add
Tests
Allocation
Edit
Exp Data
save -> Exp
Add
Test Data
save -> Metric Data
Metric Data
save -> Exp
Experimentation
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