OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Infinite scroll for Projections #5462

Open Piedone opened 9 years ago

Piedone commented 9 years ago

Maybe as a Layout provider, but somehow make it possible to make paginated lists use infinite scrolling (i.e. automatically asynchronously loading the next page's content and inserting it below the current items).

Related module: https://orchardias.codeplex.com/ Related issue with a bunch of other suggestions: #2122

dcinzona commented 9 years ago

This would be great, we are looking to try to design a UI to support this functionality in the future. It would be great if it was baked in (the functionality, not the UI).

sebastienros commented 9 years ago

It would be odd as a default layout, it looks orthogonal to all the currently available layouts. For instance we could use it with the Shapes, the Grids, the List ... Maybe we only need a Web API endpoint to render a part of whichever layout is used.

urbanit commented 8 years ago

Any update/decision/progress on this?

Piedone commented 8 years ago

We at Lombiq have it on our radar (I know, bullshit-speak) but not any time soon.

urbanit commented 8 years ago

I was thinking of being able to get/set a Web API endpoint (as @sebastienros suggested) for each query (given that the json schema will be set by selected properties)