juanmbellini / PowerUp

Web Applications Course Project
0 stars 1 forks source link

Add pagination for filters #161

Closed juanmbellini closed 6 years ago

juanmbellini commented 6 years ago

Closes #11 This branch will add pagination for filters

Note that it also improves queries to get developers and publishers, which were the ones that make it so slow to get all filters.

Some basic instructions: Add the pageNumber query param to the GET /games/filters/:type request to indicate which page you want. Response will return chunks of 500 elements.