-
Notifications
You must be signed in to change notification settings - Fork 3
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
UIPFU-87 - Fix User Search Modal pagination issue. #256
Conversation
Hey @folio-org/fe-tl-reviewers , can someone please review this PR on priority. Its urgent for Q bugfest. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you cover new functionality by tests?
Quality Gate failedFailed conditions |
Hey @artem-blazhko, we have a tech debt to cover the test cases - UIPFU-78 |
* UIPFU-87 - fix pagination issue * fix unassign filter pagination * remove console log * fix unassigned filter pagination * resolve review comments --------- Co-authored-by: manvendra-s-rathore <[email protected]>
* Release v7.1.0 (#255) * UIPFU-87 - Fix User Search Modal pagination issue. (#256) * UIPFU-87 - fix pagination issue * fix unassign filter pagination * remove console log * fix unassigned filter pagination * resolve review comments --------- Co-authored-by: manvendra-s-rathore <[email protected]> * Release v7.1.1 * Update CHANGELOG.md --------- Co-authored-by: Priyanka Terala <[email protected]>
UIPFU-87 - Fix User Search Modal pagination issue.
The fix includes :-
-> displaying load more button when filtered data > 100.
-> showing correct filtered data count in sub-header (below User Search Results heading).
Screencast
search.user.modal.mp4
Unit tests
Test cases were not covered initially.
We will gradually migrate unit tests in this module to Jest/RTL .
Pre-Merge Checklist
Before merging this PR, please go through the following list and take appropriate actions.
If there are breaking changes, please STOP and consider the following:
Ideally all of the PRs involved in breaking changes would be merged in the same day to avoid breaking the folio-testing environment. Communication is paramount if that is to be achieved, especially as the number of intermodule and inter-team dependencies increase.
While it's helpful for reviewers to help identify potential problems, ensuring that it's safe to merge is ultimately the responsibility of the PR assignee.