Open danithaca opened 8 years ago
This requires using REST and ajax/blackbone to load. Need to think of a design before implementation.
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".
@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?
@danithaca , have experience with angular.
This is especially needed if a group has many people (e.g., UM Family Helper). Without this feature, page load would be very slow.