Skip to content
#

phoenix

Here are 1,476 public repositories matching this topic...

papercups
reichert621
reichert621 commented Apr 5, 2021

Problem
As we've gotten more and more customers in our DB, the customer overview page has gotten slower since we don't paginate the results on the server.

We already have the backend logic to be able to use pagination, but we still need to update the GET /api/customers endpoint to actually use it.

Solution

  • Update the CustomerController#index route at GET /api/customers to a

Improve this page

Add a description, image, and links to the phoenix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phoenix topic, visit your repo's landing page and select "manage topics."

Learn more