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

Change default filterable list results to 25 #5992

Merged
merged 1 commit into from
Oct 7, 2020
Merged

Conversation

chosak
Copy link
Member

@chosak chosak commented Sep 4, 2020

This commit alters the default pagination size for filterable lists from 10 to 25.

How to test this PR

  1. Visit http://localhost:8000/about-us/blog/ and see that 25 results are shown, as opposed to https://www.consumerfinance.gov/about-us/blog/ where only 10 are shown.

TODOs

Assessment of backend performance / database queries associated with this change.

Checklist

  • PR has an informative and human-readable title
    • PR titles are used to generate the change log in releases; good ones make that easier to scan.
    • Consider prefixing, e.g., "Mega Menu: fix layout bug", or "Docs: Update Docker installation instructions".
  • Changes are limited to a single goal (no scope creep)
  • Code follows the standards laid out in the CFPB development guidelines
  • Future todos are captured in comments and/or tickets

This commit alters the default pagination size for filterable lists from
10 to 25.
@CFPBot CFPBot merged commit 3ab95b2 into main Oct 7, 2020
@CFPBot CFPBot deleted the filterable-list-25 branch October 7, 2020 18:17
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.

3 participants