[openstreetmap/openstreetmap-website] Infinite scroll - Issues page (PR #5033)

David Tsiklauri notifications at github.com
Wed Jul 31 14:48:23 UTC 2024


> > > > Pagination adds extra clicks to navigate through issues
> > > 
> > > 
> > > Which are faster to do than scrolling.
> > 
> > 
> > Do you mean development time, or the user interaction time?
> 
> User interaction time, but actually both.

Development time is definitely less with the pagination, as we have working examples and template for it. But in terms of user interaction time, only scrolling introduces less complexity, than scrolling and then clicking (in this case, clicking part is added to the scrolling part).

The benefit I see for the pagination is that if a user opens report page of the issue X and then decides to open report page of the issue X+1, he will have to scroll all X issues once more, while with pagination it will be redirected to the list page where X and X+1 issues are shown. I am not neither moderator nor administrator, so I don't know how often there will be cases of such behavior. If it is often, I think, pagination will be much better solution.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5033#issuecomment-2260701014
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/5033/c2260701014 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240731/fc0db971/attachment.htm>


More information about the rails-dev mailing list