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

Add FeatureFlagModule and FeatureFlagService #480

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Commits on Oct 25, 2024

  1. Add FeatureFlagModule and FeatureFlagService

    Add a service designed to query feature flags that are fetched from the
    API. This behavior is implemented in two classes: one for storing and
    querying the currently set flags and one for initially fetching them
    from the API.
    
    It is designed like this so that we can test these functionalities
    on their own and so that the FeatureFlagService can be used in unit tests
    without any mocking. Any components that query FeatureFlags can just use
    the service directly and use the `set` method to manipulate feature
    flags directly in the test.
    
    PER-9735: Create service to fetch client config
    meisekimiu committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    61a7d1f View commit details
    Browse the repository at this point in the history