Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

[terra-paginator] Add support for unknown total page count in the progressive paginator #3190

Merged
merged 17 commits into from
Nov 18, 2020

Conversation

supreethmr
Copy link
Contributor

@supreethmr supreethmr commented Oct 13, 2020

Summary

Changes progressive paginator to support unknown page count similar to paginator component.

Closes #3157

Deployment Link

https://terra-core-paginator-wo-irwd3s.herokuapp.com/components/terra-paginator/paginator/progressive-paginator#examples

https://terra-core-paginator-wo-irwd3s.herokuapp.com/tests/terra-paginator/paginator/progressive-paginator-without-total-count

Testing

Tested through WDIO and Jest Tests

Additional Details

Thank you for contributing to Terra.
@cerner/terra

@supreethmr supreethmr self-assigned this Oct 13, 2020
@mjhenkes mjhenkes temporarily deployed to terra-core-paginator-wo-irwd3s October 13, 2020 18:51 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-core-paginator-wo-irwd3s October 14, 2020 05:12 Inactive
@supreethmr supreethmr marked this pull request as draft October 14, 2020 05:20
@supreethmr supreethmr marked this pull request as ready for review October 16, 2020 12:29
@supreethmr supreethmr marked this pull request as draft October 16, 2020 12:30
@supreethmr supreethmr marked this pull request as ready for review October 19, 2020 16:44
@mjhenkes mjhenkes temporarily deployed to terra-core-paginator-wo-irwd3s October 19, 2020 16:44 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-core-paginator-wo-irwd3s October 21, 2020 03:50 Inactive
@supreethmr supreethmr changed the title Updates Progressive paginator to support unknown total page count [Terra-Paginator] Updates Progressive paginator to support unknown total page count Oct 21, 2020
@mjhenkes mjhenkes temporarily deployed to terra-core-paginator-wo-irwd3s October 27, 2020 04:51 Inactive
@pranav300
Copy link
Contributor

@supreethmr not a part of this issue but can you remove terra-form-input from the dependencies. As I don't see it being used anywhere in the paginator.

@mjhenkes mjhenkes temporarily deployed to terra-core-paginator-wo-irwd3s November 9, 2020 20:30 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-core-paginator-wo-irwd3s November 11, 2020 09:28 Inactive
@PaulSolDev
Copy link

Functional review complete. No issues identified.

Copy link
Contributor

@jeremyfuksa jeremyfuksa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UX Reviewed. No issues identified.

@jeremyfuksa jeremyfuksa added ⭐ UX Reviewed UX Reviewed and approved. and removed UX Review Ready labels Nov 12, 2020
Copy link
Contributor

@ryanthemanuel ryanthemanuel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make the totalCount and itemCountPerPage optional.

@mjhenkes mjhenkes temporarily deployed to terra-core-paginator-wo-irwd3s November 16, 2020 06:58 Inactive
@supreethmr
Copy link
Contributor Author

Let's make the totalCount and itemCountPerPage optional.

updated : 22baadd

@mjhenkes mjhenkes temporarily deployed to terra-core-paginator-wo-irwd3s November 16, 2020 07:02 Inactive
Copy link
Contributor

@ryanthemanuel ryanthemanuel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with a fixed build.

@mjhenkes mjhenkes temporarily deployed to terra-core-paginator-wo-irwd3s November 18, 2020 04:54 Inactive
@mjhenkes mjhenkes temporarily deployed to terra-core-paginator-wo-irwd3s November 18, 2020 08:08 Inactive
Terra.it.validatesElement();
it('default', () => {
browser.url('/raw/tests/terra-paginator/paginator/paginator');
Terra.validates.element();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you give names for all the new screenshots (wherever missing), as name will be a required argument in WDIO-6.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's hold off on this for now as this PR is old and I'd like to get it in at this point. If we want, we could do this on a separate PR.

@ryanthemanuel ryanthemanuel merged commit 3c2548e into main Nov 18, 2020
@ryanthemanuel ryanthemanuel deleted the paginator_wo_totalcount branch November 18, 2020 15:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[terra-paginator] Progressive-Paginator add support for unknown total pages
10 participants