Skip to content

Add feature flag system (env + DB overrides) #102

Description

@usmanimamu17-create

Problem

No feature flags.

Why

Decouple deploy from release.

Outcome

FeatureFlag model + app.services.feature_flags.is_enabled(name) with Redis cache.

Acceptance

  • Env overrides DB
  • Per-user rollout via consistent hash

Files

  • app/services/feature_flags.py (NEW)
  • app/api/v1/endpoints/flags.py (NEW)
  • tests/test_feature_flags.py (NEW)

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programarea/featureNet-new functional capability, multi-tenant, GDPR, feature togglespriority/lowPolish / nice-to-have

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions