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

Tutorial - How to implement Python feature flags #6657

Closed
ivanagas opened this issue Sep 4, 2023 · 0 comments · Fixed by #6658
Closed

Tutorial - How to implement Python feature flags #6657

ivanagas opened this issue Sep 4, 2023 · 0 comments · Fixed by #6658
Assignees

Comments

@ivanagas
Copy link
Contributor

ivanagas commented Sep 4, 2023

Strapline

Explain the idea in a sentence or two

A guide to setting up and using Python feature flags.

Why should we do it?

How it will it be useful or interesting for readers/viewers

python feature flags (260/m) and relevant to #6637

Headlines options

think of two of three possible headlines we could use

Setting up Python feature flags

Setting up and using Python feature flags

How to use Python feature flags

Outline

Bullet point outline of structure / questions / topics to be covered

  • Using feature flags in a basic Python script
    • feature_enabled
    • add $feature/feature_flag_name property
  • Using feature flags in Flask
    • multi-variant flag
    • send_feature_flags
  • Advanced
    • Setting up local evaluation
      • What is the point of this? Speed with fewer API calls
    • Overriding server properties
  • Link to Django analytics tutorial
@ivanagas ivanagas self-assigned this Sep 4, 2023
@ivanagas ivanagas linked a pull request Sep 4, 2023 that will close this issue
4 tasks
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 a pull request may close this issue.

1 participant