-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Me might consider an alternative to django-endless-pagination (or fork it) #26
Comments
@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. |
I agree, if the 20 first mentors not match you criterias may be more precise criterias is the solution |
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. |
👍 |
piece of 🍰 |
Or rather, ✌️ of 🍰 |
In the short term, I suggest we remove endless pagination and we can go from there :) |
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. |
Last commit 2years ago. 13pull requests pending. 💣
Maybe javascript could do the job. Any suggestions?
┆Issue is synchronized with this Asana task
The text was updated successfully, but these errors were encountered: