Skip to content

How to add an operator in ? #50

@bric3

Description

@bric3

I understand that it is not possible to write a planout DSL that activate an experience for a set of users.

e.g., given a user_id, I'd like to write :

 - definition: exp_android_toggle
   assign: !planout |
     beta_tester = ['uuid1','uuid2', etc...];
     if(user_id in beta_testers) {
       toggle = true;
     }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions