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

Separate pagination logic into its own function #26

Merged
merged 1 commit into from
Dec 29, 2024
Merged

Conversation

mepley1
Copy link
Owner

@mepley1 mepley1 commented Dec 29, 2024

Move pagination logic into its own function, get_pagination_data() which returns a dict containing the data for paginating results.

Removed almost 250 lines of repeated pagination code.

…ion.

1. Moved pagination logic into its own function, get_pagination_data() which returns a dict containing the data for paginating results.

Removed almost 250 lines of repeated pagination code.
@mepley1 mepley1 merged commit a4cf7b4 into main Dec 29, 2024
0 of 3 checks passed
@mepley1 mepley1 deleted the simplify-pagination branch December 29, 2024 05:38
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.

1 participant