Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add Pagination to refreshConsentList #350

Open
alexrisch opened this issue Apr 5, 2024 · 0 comments
Open

Feature request: Add Pagination to refreshConsentList #350

alexrisch opened this issue Apr 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@alexrisch
Copy link
Contributor

Is your feature request related to a problem?

As consent lists grow, it would be good for integrators to have a way to paginate/shorten the returned response based on their most recent cached value

Describe the solution to the problem

Add pagination support the refresh consent list and consent list to allow integrators more freedom when handling consent

Describe the uses cases for the feature

I as an integrator have a local cache of the users consent list
When a user relaunches my app I want to get any changes to consent that have been done since I cached their state
I pass in an after to so I can get all of the new consent and only handle the new ones as I have already managed the users consent status previously

I as an integrator want to onboard a new user
When a new user first launches the app I can manage loading their existing network consent status in a more performant way by batching the request

Additional details

No response

@alexrisch alexrisch added the enhancement New feature or request label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant