mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-01 01:18:10 +02:00
This PR adds strategy titles as an optional bit of data added to client features. It's only added when prompted.  ## Discussion points: ### getPlaygroundFeatures The optional `includeStrategyId` parameter has been replaced by a `getPlaygroundFeatures` in the service (and in the underlying store). The playground was the only place that used this specific include, so instead of adding more and making the interface for that method more complex, I created a new method that deals specifically with the playground. The underlying store still uses an `optionalIncludes` parameter, however. I have a plan to make that interface more fluid, but I'd like to propose that in a follow-up PR. |
||
---|---|---|
.. | ||
feature-evaluator | ||
advanced-playground.test.ts | ||
generateObjectCombinations.test.ts | ||
generateObjectCombinations.ts | ||
offline-unleash-client.test.ts | ||
offline-unleash-client.ts | ||
playground-service.ts | ||
playground-view-model.test.ts | ||
playground-view-model.ts | ||
playground.test.ts | ||
playground.ts | ||
validateQueryComplexity.test.ts | ||
validateQueryComplexity.ts |