open-bounty icon indicating copy to clipboard operation
open-bounty copied to clipboard

Server-side pagination

Open vitvly opened this issue 7 years ago • 3 comments

Description

As number of SOB users increases, item count in Bounties and Activity pages will increase. This might slow down initial page load.

Solution

Implement server-side pagination for queries populating bounty and activity lists. This will affect open-bounties and bounties-activity queries. Sorting/filtering functionality will have to be heavily modified.

vitvly avatar Feb 06 '18 14:02 vitvly

@siphiuel This is a bit tougher than it gets, since filtering and sorting are also involved in the pagination.

pablodip avatar Feb 06 '18 16:02 pablodip

Right! This will also affect sort/filter.

vitvly avatar Feb 07 '18 14:02 vitvly

Guessing that as this is implemented then the reasonable behavior for the UI filter/sort is to only take into account the current "slice" the user is viewing 10 entities, 20 entities, etc...

Is that what you also had in mind @siphiuel?

rcullito avatar Apr 12 '18 21:04 rcullito