1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-01 01:18:10 +02:00
unleash.unleash/src/lib/features/playground
Thomas Heartman be0e94105d
bug(#3545): include strategy titles on playground evaluation results (#4084)
This PR adds strategy titles as an optional bit of data added to client
features. It's only added when prompted.


![image](https://github.com/Unleash/unleash/assets/17786332/99509679-2aab-4c2a-abff-c6e6f27d8074)

## 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.
2023-06-29 10:38:51 +02:00
..
feature-evaluator feat: add "edit" link to playground strategies (#4027) 2023-06-22 07:19:35 +00:00
advanced-playground.test.ts feat: advanced playground openapi (#3972) 2023-06-14 11:05:08 +02:00
generateObjectCombinations.test.ts refactor: Extract playground steps (#3966) 2023-06-13 11:26:10 +02:00
generateObjectCombinations.ts refactor: Extract playground steps (#3966) 2023-06-13 11:26:10 +02:00
offline-unleash-client.test.ts refactor: playground in feature oriented architecture (#3942) 2023-06-09 12:55:54 +02:00
offline-unleash-client.ts refactor: Extract playground steps (#3966) 2023-06-13 11:26:10 +02:00
playground-service.ts bug(#3545): include strategy titles on playground evaluation results (#4084) 2023-06-29 10:38:51 +02:00
playground-view-model.test.ts feat: add "edit" link to playground strategies (#4027) 2023-06-22 07:19:35 +00:00
playground-view-model.ts feat: add "edit" link to playground strategies (#4027) 2023-06-22 07:19:35 +00:00
playground.test.ts feat: advanced playground openapi (#3972) 2023-06-14 11:05:08 +02:00
playground.ts feat: add "edit" link to playground strategies (#4027) 2023-06-22 07:19:35 +00:00
validateQueryComplexity.test.ts feat: Query complexity validation (#4017) 2023-06-20 14:28:02 +02:00
validateQueryComplexity.ts feat: ui tweaks for playground (#4058) 2023-06-22 10:13:17 +02:00