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

Implement pagination in queries #3

Closed
slayerjain opened this issue Jan 20, 2022 · 0 comments
Closed

Implement pagination in queries #3

slayerjain opened this issue Jan 20, 2022 · 0 comments
Assignees

Comments

@slayerjain
Copy link
Member

slayerjain commented Jan 20, 2022

Is your feature request related to a problem? Please describe.
Pagination is a basic feature that's needed once any users go beyond 25-30 test cases or runs.

Describe the solution you'd like
We could implement offset-based pagination since the data is not very dynamic.

Describe alternatives you've considered
Cursor-based pagination seems unnecessary at this point but can be considered too.

Additional context
testRun and testCase queries should definitely have pagination

Sarthak160 added a commit that referenced this issue Jan 26, 2022
TestRun and TestCase methods were paginated by using offset and limit in find function of mongodb
slayerjain pushed a commit that referenced this issue Feb 16, 2022
* feat(http-service): add pagination in gettcs http request #3
PranshuSrivastava pushed a commit that referenced this issue Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Completed
Development

No branches or pull requests

2 participants