Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Prevent hiding children, family, and family request list results due to pagination #398

Conversation

edwinthinks
Copy link
Collaborator

Resolves #395

Description

Our partner users are getting confused because they are unable to scroll through all their children, family, or family request records. This was due to the addition of .pagination which forced the results to be limited to 25 records. Normally pagination would be great, but we are missing buttons to navigate between pagination pages and it seems to be a larger lift to change that behavior.

I think we should introduce pagination again when performance becomes an issue. However, for now I suggest we just remove it until we get to that point.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  1. Login as a partner
  2. Access the pages changed and ensure you are seeing all the records rather than just 25

@edwinthinks edwinthinks changed the title Prevent hiding results due to pagination Prevent hiding children, family, and family request list results due to pagination Aug 22, 2020
@edwinthinks edwinthinks merged commit cb94693 into master Aug 24, 2020
@scooter-dangle scooter-dangle deleted the 395/show-all-children-and-family-results-instead-of-pagination branch September 14, 2020 02:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Partners can only see 25 results at a time for children and family index
1 participant