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

FS-3535: adding feature toggle functionality #243

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

Conversation

nuwan-samarasinghe
Copy link
Contributor

Adding feature flag functionality into notification service

Change description

Adding feature flag functionality into notification service

  • Unit tests and other appropriate tests added or updated
  • Commit messages are meaningful and follow good commit message guidelines (e.g. "FS-XXXX: Add margin to nav items preventing overlapping of logo")

@staticmethod
def print_flags():
for flag in FeatureFlags:
print(f"Feature flag [{flag.name}] --> [{flag.value.get(Config.FLASK_ENV)}] env [{Config.FLASK_ENV}]")
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we use logs rather than print?

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.

2 participants