Description
New features are deployed to all users at once with no ability to gradually roll out or A/B test. Implement a feature flag system with targeting rules.
Acceptance Criteria
Technical Scope
- backend/src/services/featureFlags.ts
- backend/src/routes/flags.js
- frontend/lib/hooks/
- Edge: flag evaluation performance, flag configuration conflicts, flag cleanup
Description
New features are deployed to all users at once with no ability to gradually roll out or A/B test. Implement a feature flag system with targeting rules.
Acceptance Criteria
Technical Scope