PostHog / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
20.3k stars 1.21k forks source link

API Paginated feature flag list #11808

Open EDsCODE opened 1 year ago

EDsCODE commented 1 year ago

Is your feature request related to a problem?

Please describe.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Thank you for your feature request – we love each and every one!

mariusandra commented 1 year ago

Paginated API list views are such a common pattern throughout the app, that we could benefit from having a shared abstraction between e.g. feature flags, insights, annotations, etc. This could take the shape of a paginatedLoader() kea logic builder, which would automatically keep track of the pagination counts, next URLs, etc.