You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SampleImageUploader doesn't provide the best feedback when an image completes.
It looks like it's using the StatusService, but it would be nice to provide a pop-up dialog at completion, with a message indicating the result of the upload request.. maybe also with the final URL of the image as well?
Several users have said either a) nothing happened after uploading (even though it did work) or b) they weren't sure when the process completed.
The text was updated successfully, but these errors were encountered:
This may be a stopgap solution until we have a better TaskService in
place (imagej/ImageJ#25). But until that time,
it is nice to show a clear dialog box upon either success _or_ failure.
We show the box only in the run() method itself, so that other potential
uses of the API are not infected with calls to the UIService.
Fixes issue #7.
The SampleImageUploader doesn't provide the best feedback when an image completes.
It looks like it's using the
StatusService, but it would be nice to provide a pop-up dialog at completion, with a message indicating the result of the upload request.. maybe also with the final URL of the image as well?Several users have said either a) nothing happened after uploading (even though it did work) or b) they weren't sure when the process completed.
The text was updated successfully, but these errors were encountered: