Bergrebell / CyberCoach

1 stars 1 forks source link

reduce response times using ajax for costly requests #38

Closed lexruee closed 9 years ago

lexruee commented 9 years ago

inspiration while sleeping: reduce response times using ajax for requests that are costly in terms of UI experience

Example: Friends, Partnerships

Get those data using javascript (callbacks, angular.js). Idea: Get data using javascript and modify them via the rest adapter.

lexruee commented 9 years ago

not needed anymore. an object cache will be implemented.