GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Add custom default pagination class #158

Closed TimJentzsch closed 3 years ago

TimJentzsch commented 3 years ago

Relevant issue: Closes #156.

Description:

This changes the default pagination class to a custom one. This allows us to set a page_size parameter to control the number of items per page. The current maximum is set to 500, but we might wanna adjust this to our needs. This change is important for buttercup to reduce the number of API requests and thus the delays.

Checklist: