TentaCrew / STOFMA

Student Office Manager, manage your cafeteria sales and purchases easily.
http://dev.bde-ciaa.fr
5 stars 3 forks source link

Load depending on scroll position #13

Closed warlof closed 9 years ago

warlof commented 9 years ago

I saw that you would avoid to load an huge list for products, orders or whatever.

It's possible to make them loadable dependent on the scroll position. The principe is simple, you paginate your data, on the page load, you call for the first page, and when the user scroll, you make N calls in order to get N pages appended to the list.

Since you're using angular, i've found a library which do that https://sroze.github.io/ngInfiniteScroll/

edimitchel commented 9 years ago

This problematic isn't for product but purchases or sales. I will consider this asap.

corentindesfarges commented 9 years ago

Already planned in the product backlog.