stevenyvr987 / overdrive-evergreen-opac

Automatically exported from code.google.com/p/overdrive-evergreen-opac
0 stars 0 forks source link

Need progress bars #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When there is delay in the network, the parts of the screen that need content 
from metadata and availability API calls will show nothing until the delay is 
over, which is disconcerting for the user. It would be best to proxy those 
screen areas with little progress bars (or something similar).

Original issue reported on code.google.com by steven3...@gmail.com on 11 Aug 2014 at 9:12

GoogleCodeExporter commented 9 years ago
Done for
- results page
- record page

Need to do the same for
- place hold form (holdings list)
- holds list
- checkouts list

Original comment by steven3...@gmail.com on 14 Aug 2014 at 9:21

GoogleCodeExporter commented 9 years ago
Done for
- place hold form (holdings list)
- holds list
- checkouts list

Some minor points:

The theme of the progress bar is bright compared to the EG theme. Need to 
explore alternative jQuery UI themes.

The size of the progress bar in some context is not 100%. Sometimes, they 
inherit CSS properties such as margins, etc, that looks ugly.

Original comment by steven3...@gmail.com on 15 Aug 2014 at 6:20

GoogleCodeExporter commented 9 years ago
Changed jQueryui theme from ui-lightness to ui-darkness. Better contrast with 
EG theme.

Original comment by steven3...@gmail.com on 15 Aug 2014 at 6:41

GoogleCodeExporter commented 9 years ago
Maybe dashboard and summary panel on myopac/main page needs progress bars also.

Original comment by steven3...@gmail.com on 15 Aug 2014 at 9:44

GoogleCodeExporter commented 9 years ago

Original comment by steven3...@gmail.com on 17 Aug 2014 at 1:17

GoogleCodeExporter commented 9 years ago

Original comment by steven3...@gmail.com on 17 Aug 2014 at 5:13

GoogleCodeExporter commented 9 years ago
Not implementing progress bars in dashboard or account summary, because the 
area is too small for them to be useful.

Original comment by steven3...@gmail.com on 18 Aug 2014 at 8:11