-
Notifications
You must be signed in to change notification settings - Fork 32
integrate user profile service #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Move `getVariationEvaluatesUserProfileBeforeAudienceTargeting` to DecisionServiceTest.java Signed-off-by: wangjoshuah <wangjoshuah@gmail.com>
Signed-off-by: wangjoshuah <wangjoshuah@gmail.com>
…on exists, but the variation is not in the datafile Signed-off-by: wangjoshuah <wangjoshuah@gmail.com>
…s.java, and UserProfileUtilsTest.java Signed-off-by: wangjoshuah <wangjoshuah@gmail.com>
/** The bucketing decisions of the user. */ | ||
public final Map<String, String> decisions; | ||
@Nonnull public final Map<String, Map<String, String>> decisions; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wangjoshuah Should this be called experimentBucketMap
?
Refactor name to be experimentBucketMap Signed-off-by: wangjoshuah <wangjoshuah@gmail.com>
Signed-off-by: wangjoshuah <wangjoshuah@gmail.com>
…ew user Signed-off-by: wangjoshuah <wangjoshuah@gmail.com>
Signed-off-by: wangjoshuah <wangjoshuah@gmail.com>
Signed-off-by: wangjoshuah <wangjoshuah@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it!
@wangjoshuah did you create a removeProfile api in the UserProfileService class? I didn't see that. |
@optimizely/fullstack-devs