coforma / swift-tech-challenge

MIT License
0 stars 0 forks source link

Add pagination ability #192

Closed gmrabian closed 5 months ago

gmrabian commented 5 months ago

Summary

Built pagination option per accessibility guidance and to speed up initial app load. Loads 20 colleges and has a "Load more" button to get 20 at a time. Filtering works with entire dataset. When you remove filtering it goes back to pagination.

Fixes #195

Type of change

How To Test

Checklist:

codeclimate[bot] commented 5 months ago

Code Climate has analyzed commit b3ea0fd8 and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 2

The test coverage on the diff in this pull request is 76.2% (80% is the threshold).

This pull request will bring the total coverage in the repository to 86.7%.

View more on Code Climate.