Srogozins / eve-travel-helper

EVE Online travel planning helper tool
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement pagination support for sqlalchemy queries exposed by the Flask server #9

Closed Srogozins closed 9 years ago

Srogozins commented 9 years ago

Some queries may yield over 5000 entries which generates overhead when retrieving them from database and sending in the HTTP response. There should be support for requesting only a select range of the request results.

Srogozins commented 9 years ago

UI Bootsrap's pagination directive requires total number of items to work properly, so the paginated method(s) should be extended to include it in payload.