Infinite scroll

Issue #33 new
Raymond Wells created an issue

Infinite scroll is a cross-cutting concern in our application.

It can be implemented easily using an LRU cache, the reasons why are blatantly obvious.

There is some plumbing to be done on the backend before infinite scroll is usable, since pagination alone is not sufficient to implement an infinite scroll.

Comments (4)

  1. Raymond Wells reporter

    I'll look at this after working on the analytics in the website. As it stands this should be ridiculously easy as it just involves minor changes to some adapters, and like maybe 2-3 lines on the backend.

  2. Log in to comment