Skip to content
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

feat: add PartialEvaluationEngine to support web experiment remote evaluation #8

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

tyiuhc
Copy link
Collaborator

@tyiuhc tyiuhc commented Oct 29, 2024

No description provided.

@tyiuhc tyiuhc requested a review from bgiori October 29, 2024 21:21
Copy link
Collaborator

@bgiori bgiori left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clean!

Comment on lines +66 to +70
EvaluationCondition(
listOf(),
EvaluationOperator.IS_NOT,
setOf("(none)")
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could replace this with an ALWAYS_FALSE variable to be clear about what this does

Comment on lines +83 to +87
EvaluationCondition(
listOf(),
EvaluationOperator.IS,
setOf("(none)")
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace with ALWAYS_TRUE variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants