HappeNUS / happenus

HappeNUS - One stop portal for NUS events ↣
http://happenus-test.meteor.com
0 stars 1 forks source link

Implement an infinite scroll system #11

Closed ianngiaw closed 9 years ago

ianngiaw commented 9 years ago

Right now, all events are loaded immediately which is pretty inefficient and taxing on the system. A new system should be implemented such that we load a fixed number of events at a time and only do so when the user scrolls to the bottom of the page.

A couple of pages can be found to implement such a feature: http://www.meteorpedia.com/read/Infinite_Scrolling https://gentlenode.com/journal/meteor-21-pagination-system-with-infinite-scroll/43

Of course there could be packages which could do this too which I have not found yet.