RePlay-DH / replay-dh-client

Utility tool for workflow documentation
Other
6 stars 0 forks source link

Visual feedback for network operations #3

Open mcgaerty opened 6 years ago

mcgaerty commented 6 years ago

Suggested improvement for the DSpace export wizard in #1 (and as a reminder in general): Whenever we perform background operations or requests which might take non-trivial time to complete, we should provide the user with sime visual feedback to show that "something is still going". Take as an example the final dialog that wraps the data upload (yes, the non-transparancy of the animated icon makes it look crappy for now, it's being worked on). The wizard panels currently leave enough unused space to add this kind of animation where applicable.

vkush commented 6 years ago

Also todo: refactor log messages to this format: log.error("Exception by deleting the file: {}: {}", ex.getClass().getSimpleName(), ex.getMessage());