1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/src/lib/features/onboarding
Gastón Fournier 37a125f0b5
feat: ability to query users with pagination (#10130)
Made a few QoL improvements:
- Don't use default export for class
- Move users store to a feature package (didn't move the interface as it
might be referenced elsewhere)
- Add types for query builders (and ts-expect-error when needed)
2025-06-12 17:43:22 +02:00
..
createOnboardingReadModel.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
createOnboardingService.ts feat: ability to query users with pagination (#10130) 2025-06-12 17:43:22 +02:00
fake-onboarding-read-model.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
fake-onboarding-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
onboarding-read-model-type.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
onboarding-read-model.test.ts chore: prepare to remove default env (#10087) 2025-06-06 09:20:16 +02:00
onboarding-read-model.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
onboarding-service.e2e.test.ts task: migrate tests to vitest 2025-05-16 11:19:10 +02:00
onboarding-service.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
onboarding-store-type.ts feat: onboarding service composition root (#8035) 2024-09-02 11:39:47 +02:00
onboarding-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00