connect icon indicating copy to clipboard operation
connect copied to clipboard

Me might consider an alternative to django-endless-pagination (or fork it)

Open adrienbrunet opened this issue 9 years ago • 8 comments

Last commit 2years ago. 13pull requests pending. :bomb:

Maybe javascript could do the job. Any suggestions?

┆Issue is synchronized with this Asana task

adrienbrunet avatar Jun 05 '15 14:06 adrienbrunet

@rodo will tell you that we don't need pagination, we can display the 20 first profiles and let the user play with the search engine filters to see the 20 mentors she is looking for.

Natim avatar Jun 05 '15 14:06 Natim

I agree, if the 20 first mentors not match you criterias may be more precise criterias is the solution

rodo avatar Jun 05 '15 14:06 rodo

It will be even more accurate when we wil be able to zoom on the map to refresh the page as https://airbnb.com does.

Natim avatar Jun 05 '15 14:06 Natim

:+1:

adrienbrunet avatar Jun 05 '15 15:06 adrienbrunet

piece of :cake:

nlhkabu avatar Jun 05 '15 15:06 nlhkabu

Or rather, :v: of :cake:

nlhkabu avatar Jun 05 '15 15:06 nlhkabu

In the short term, I suggest we remove endless pagination and we can go from there :)

nlhkabu avatar Jun 06 '15 10:06 nlhkabu

I have now removed endless pagination, but have not yet limited the queryset to only return 10-20 users. Whilst I agree that 20 results should be enough when the searcher uses an accurate filter, I don't see why we have to limit this number - if someone wants to browse the results of a broad search, why stop them? I do, however, think that pagination should work automatically, with JS loading new results as you approach the bottom of the page.

nlhkabu avatar Jun 14 '15 15:06 nlhkabu