danithaca / servuno

Servuno
http://servuno.com
0 stars 0 forks source link

"Load More" in "Discover" and group view #28

Open danithaca opened 8 years ago

danithaca commented 8 years ago

This is especially needed if a group has many people (e.g., UM Family Helper). Without this feature, page load would be very slow.

danithaca commented 8 years ago

This requires using REST and ajax/blackbone to load. Need to think of a design before implementation.

danithaca commented 8 years ago

See the mock up below. Right now on "Discover" page, the recommendations are generated on the backend, and capped at 30. This is not flexible and has performance issues. What we want to do here is to use Backbone/Ajax and REST to load recommendations when people click "Load More".

discover_1

danithaca commented 8 years ago

@proy87: Is this something you can do? I have an example of Backbone.js at https://github.com/danithaca/servuno/blob/p2/v6/templates/circle/includes/list_base.html. Do you have experience with either backbone.js or angular.js?

proy87 commented 8 years ago

@danithaca , have experience with angular.