CollegeSpace / CollegeSpaceV4

3 stars 6 forks source link

Lazy loading of updates and nsitpedia posts #35

Open amaneureka opened 8 years ago

amaneureka commented 8 years ago

We should not trust on apis for response time. As in It might be possible that something screw up badly later and break API; in that case our page will take hell lot of time to load (or it might not even load)

we should load latest posts after page is loaded; posts loading should be done with an ajax call; an ajax preloader would be great till the background script not respond with a valid data.

your inputs: @amanmj @mbad0la ?

PS: @AasthaGupta

mbad0la commented 8 years ago

@amaneureka don't we already use AJAX calls to request for API responses?
Although, a static pre-loader will sure help in improving UX on NSITpedia. I'm in for that.

amanmj commented 8 years ago

@amaneureka that's a great point! Yes you can coordinate this improvement with @AasthaGupta