janastu / pondy-heritage-web

Web application for Pondy heritage
0 stars 1 forks source link

Too many api calls from the client components has messed up the application flow #57

Closed salus-sage closed 8 years ago

salus-sage commented 8 years ago

Issue one - After map has rendered the the filters components are waiting for api/heritageapps response meanwhile the map data is held from rendering and have to manually trigger a ready event

salus-sage commented 8 years ago

possible solution - bootstrap all required data before the application loads or lazy load as required but calls should be fired on app load vs the current on ui component rendered

salus-sage commented 8 years ago

caching the app configuration and user configuration calls in browser session storage