Vizzuality / NEEMO

9 stars 9 forks source link

Element loading spinners #25

Open andrewxhill opened 12 years ago

andrewxhill commented 12 years ago

We need some UI element to indicate that various parts of the screen are still loading.

jatorre commented 12 years ago

And how are you gonna know that those things have finished loading?

saleiva commented 12 years ago

which parts?

andrewxhill commented 12 years ago

There is a really simple event bus. So user profiles are done with a UserMetadata event fires, regions are ready when a RegionMetadata event fires, etc. Those might not be the exact names, but something close.

andrewxhill commented 12 years ago

Well, we need something to say that the region is still loading, the main region image will get there before all the existing annotations have loaded. this might be minor. Also the user profile might not get there right away.

saleiva commented 12 years ago

:?