Code2Gether-Discord / JokesOnYou

A learning project, A jokes website build as a team project.
12 stars 11 forks source link

Fixed so we only make 2 queries to the db for getting jokes with auth… #197

Closed chrisK00 closed 2 years ago

chrisK00 commented 2 years ago

…or. Refactored the ToPaginatedList so that we can manually append pagination to the query and that means we need to get the count first.

If you have any questions about the code don't hesitate to ask.

closes #196