Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Loading indicator strategy #31

Open
adborden opened this issue Sep 17, 2016 · 1 comment
Open

Loading indicator strategy #31

adborden opened this issue Sep 17, 2016 · 1 comment
Assignees

Comments

@adborden
Copy link
Owner

Because we fetch data from the API, there will be times where the app displays some content, but the data is not loaded. Here's an example of clicking https://adborden.github.io/odca-oakland/#!/locality/2?office_id=5 to get the City Council At-Large listing. There's a brief moment where you see some of the HTML structure:

screenshot from 2016-09-17 16-04-38

This story is looking for a pattern or strategy on how to approach these data loading scenarios across the site.

There are a few subtleties I want to point out. Should the existing layout structure be completely hidden until the page is ready and take up no space or should the layout hold it's space, but be invisible? Hide text but not layout? Include spinner or progress indicator?

@elinaru
Copy link
Collaborator

elinaru commented Sep 20, 2016

Full page load progress: https://projects.invisionapp.com/share/J48NM1DH2#/screens/190014305
desktop-4a-progress-fullpage

Main content column progress (sidebar has loaded): https://projects.invisionapp.com/share/J48NM1DH2#/screens/190014306
desktop-4b-progress-maincontentcolumn

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants