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

Make the API to fetch all the feature flags Paginated #104

Open
vikhyat187 opened this issue Jan 3, 2024 · 3 comments
Open

Make the API to fetch all the feature flags Paginated #104

vikhyat187 opened this issue Jan 3, 2024 · 3 comments
Labels

Comments

@vikhyat187
Copy link
Contributor

Issue Description

We need to make the feature flag API paginated one, to fetch the list of feature flags in paginated format

Expected Behavior

The list of feature flags should be returned in paginated format.

Current Behavior

Currently we return all the feature flags

@vikhyat187 vikhyat187 added the V0 label Jan 3, 2024
@pradnyesh45
Copy link

Hi @vikhyat187 ,
I would like to work on this task.

Overall approach on top of my mind,
I will have to introduce page and size parameters to the query of the API. In the controller, I will have to calculate the offset and limit based on the page and size provided in the query.
I have not worked on Go before but this would be a good point of introduction for me.

@vikhyat187
Copy link
Contributor Author

Sure can you once connect with @MehulKChaudhari in the discord server.

@pradnyesh45
Copy link

pradnyesh45 commented Sep 17, 2024

Hi @MehulKChaudhari, Can you please add me to the relevant discord server.
I have not used discord that much so I don't know which info is needed for getting an invite
But I can see this id on my discord profile: pradnyeshaglawe5518

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants