Problem
No feature flags.
Why
Decouple deploy from release.
Outcome
FeatureFlag model + app.services.feature_flags.is_enabled(name) with Redis cache.
Acceptance
Files
app/services/feature_flags.py (NEW)
app/api/v1/endpoints/flags.py (NEW)
tests/test_feature_flags.py (NEW)
Problem
No feature flags.
Why
Decouple deploy from release.
Outcome
FeatureFlagmodel +app.services.feature_flags.is_enabled(name)with Redis cache.Acceptance
Files
app/services/feature_flags.py(NEW)app/api/v1/endpoints/flags.py(NEW)tests/test_feature_flags.py(NEW)