1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-09 01:17:06 +02:00
unleash.unleash/src/lib/features/client-feature-toggles
Jaanus Sellin 63d2359dec
feat: new read model for client feature toggle cache (#8975)
This is based on the exising client feature toggle store, but some
alterations.

1. We support all of the querying it did before.
2. Added support to filter by **featureNames**
3. Simplified logic, so we do not have admin API logic
- no return of tags
- no return of last seen
- no return of favorites
- no playground logic


Next PR will try to include the revision ID.
2024-12-13 10:23:46 +02:00
..
cache feat: new read model for client feature toggle cache (#8975) 2024-12-13 10:23:46 +02:00
fakes chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
tests feat: new read model for client feature toggle cache (#8975) 2024-12-13 10:23:46 +02:00
types chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
client-feature-toggle-service.ts feat: first revision of delta api (#8967) 2024-12-12 14:18:11 +02:00
client-feature-toggle-store.ts feat: first revision of delta api (#8967) 2024-12-12 14:18:11 +02:00
client-feature-toggle.controller.ts feat: first revision of delta api (#8967) 2024-12-12 14:18:11 +02:00
createClientFeatureToggleService.ts feat: first revision of delta api (#8967) 2024-12-12 14:18:11 +02:00