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

fix:Pagination on /users #868

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

codervinod123
Copy link

@codervinod123 codervinod123 commented Oct 1, 2024

Date: 01 10 2024

Developer Name: Vinod Prajapati


Issue Ticket Number

Description

Added logic that would not allow to mutate page number when it is 0 or when there is no more response

Documentation Updated?

  • Yes
  • No

Under Feature Flag

  • Yes
  • No

Database Changes

  • Yes
  • No

Breaking Changes

  • Yes
  • No

Development Tested?

  • Yes
  • No

Screenshots

Screenshot 1
Screen.Recording.2024-10-01.174830.mp4

Test Coverage

Screenshot 1

Additional Notes

There were only 29 users while i was running locally, so i have recorded video by changing USER_FETCH_COUNT=5 so that i can show the issue is fixed.

@vinit717
Copy link
Member

vinit717 commented Oct 2, 2024

@codervinod123 someone is working on removing the next and prev buttons so this pr is contradicted
check this

@codervinod123
Copy link
Author

@vinit717 so do i need to close it?

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

Successfully merging this pull request may close these issues.

Pagination is not working as Expected at /users
2 participants