Princeton-CDH / winthrop-django

Django web application for the Winthrop Family on the Page project
https://princeton-cdh.github.io/winthrop-django/
Apache License 2.0
2 stars 1 forks source link

As a user, I want the pagination controls to respond to available results and update the results dynamically so that I can move through results more quickly. #103

Open thatbudakguy opened 6 years ago

thatbudakguy commented 6 years ago

testing notes

dev notes

JSON route that returns filter/facet data should return page data also Pagination and total results data should be returned at the top of the result partial response:

<pre class="results-data" style="display: none;">
{
    "total": 120,
    "pages": 10,
    "current": 1
}
</pre>
<div class="results">
...
</div>