MTG / dunya

The Dunya music browser
http://dunya.compmusic.upf.edu
GNU Affero General Public License v3.0
29 stars 20 forks source link

Gracefully handle missing or unloaded data #11

Open alastair opened 10 years ago

alastair commented 10 years ago

Handle situations where we are missing either the images or the pitch/rhythm data. If one of them is missing do we show the other, or an error message? If the data fails to load do we retry or show an error message?

alastair commented 10 years ago

Use deferred processing: http://css-tricks.com/multiple-simultaneous-ajax-requests-one-callback-jquery/