Currently, when fetching a dataset or gene, we only see a change if the fetch is successful, and then only after it has been processed.
It would be better if:
[ ] we see feedback when a dataset has been fetched but is still being processed (for large datasets, downloading can take ten seconds, and then processing another ten to twenty. Showing the progress improves user patience)
[ ] show when a dataset fetch has failed, with error message (404, 503, etc)
[ ] provide a "retry" button
[x] show when a gene has been fetched but is still being processed gene data preparation is so fast this isn't necessary, even for large datasets
[ ] show when a gene fetch has failed, with error message (404, 503, etc)
Enhancement, after Loom 1.0
Currently, when fetching a dataset or gene, we only see a change if the fetch is successful, and then only after it has been processed.
It would be better if:
show when a gene has been fetched but is still being processedgene data preparation is so fast this isn't necessary, even for large datasets(sadly,
fetch
doesn't allow for easy progress indicators at the moment, so that feature has been omitted for now)