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: Evaluation Details #90

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

greghuels
Copy link
Collaborator

@greghuels greghuels commented Jun 24, 2024

Evaluation Reasons - js-client-sdk-common
Evaluation Reasons - js-client-sdk
Evaluation Reasons - node-server-sdk
Evaluation Reasons - react-native-sdk

Motivation and Context

This implements the "assignment details" functionality for the js-client-sdk.

Description

  • IEppoClient is being removed in @eppo/js-client-sdk-common@3.4.0, which required updates
  • IConfigurationStore.setEntries returns Promise<boolean> in @eppo/js-client-sdk-common@3.4.0 which also requires updates. Resolving with true internally tells the configuration store to set the configFetchedAt and configPublishedAt fields.

How has this been tested?

Manual testing will be done once @eppo/js-client-sdk-common@3.4.0 is published

@greghuels
Copy link
Collaborator Author

Note: This will not pass until we merge and publish @eppo/js-client-sdk-common@3.4.0 (Eppo-exp/js-sdk-common#97)

@greghuels greghuels changed the title FF-2501 new "assignment details" functionality FF-2501 New "Assignment Details" functionality Jun 24, 2024
@greghuels greghuels force-pushed the greg/FF-2501/evaluation-reasons-config-time branch 3 times, most recently from b2e41ac to 672e9e6 Compare June 26, 2024 10:14
Copy link
Contributor

@aarsilv aarsilv left a comment

Choose a reason for hiding this comment

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

📈

@@ -56,6 +56,6 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@eppo/js-client-sdk-common": "3.3.3"
"@eppo/js-client-sdk-common": "4.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

📈

@@ -30,7 +31,6 @@ import { ServingStoreUpdateStrategy } from './isolatable-hybrid.store';
import {
offlineInit,
IAssignmentLogger,
IEppoClient,
Copy link
Contributor

Choose a reason for hiding this comment

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

Good riddance

@greghuels greghuels force-pushed the greg/FF-2501/evaluation-reasons-config-time branch from 672e9e6 to 6755619 Compare July 8, 2024 15:08
@greghuels greghuels changed the title FF-2501 New "Assignment Details" functionality feat: Evaluation Details Jul 11, 2024
@greghuels greghuels force-pushed the greg/FF-2501/evaluation-reasons-config-time branch 7 times, most recently from e49e815 to 1ff1b94 Compare July 11, 2024 17:32
@greghuels greghuels merged commit d9d2a15 into main Jul 11, 2024
2 checks passed
@greghuels greghuels deleted the greg/FF-2501/evaluation-reasons-config-time branch July 11, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants