liquidnft/lnft

Bad UX issuing multiple artworks

Opened this issue · 0 comments

Description

I've tried to issue multiple Artworks and I had 2 different application behavior cases:

1. Issue multiple artworks & press "continue" issuing

When I press "continue" the issuing keeps processing on a background

issue-multiple-artworks

2. Issue multiple artworks & press "cancel" issuing

When I press "cancel" the issuing keeps processing on a background (the same behavior as I press continue)

issue-multiple-artworks-3

3. Issue multiple artworks (no window presented)

We don't display a dialog (like above) in some cases.

issue-multiple-artworks-2

Ideas & Proposals

I understand the technical side of this aspect and that we should issue artworks on a front-end side only. But issuing process can be interrupted if the user reloads the browser. I think we should provide a better UX for this:

  • First of all, we should keep issuing progress in localStorage and after page reload - continue to issue artworks
  • The second thing is, we should display somewhere informer (even on the left-bottom side of the screen) displaying progress but without overlay to let users use our app
  • The third thing, we should let user to cancel the issuing (because currently cancel button just hide the issuing window but continue to issue on a background)