Comment 24 for bug 1798187

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

It may also be useful to have a pop-out help link right next to the file upload, so a user can just click the "?" and get a quick description of the file format required. That is faster than trying to find the information in the docs.

Maybe a tooltip, although the amount of info may be too much for a tooltip.
https://material.angular.io/components/tooltip/overview
Here is an example of a pop open tooltip that stays open, something like this may work.
https://ej2.syncfusion.com/angular/demos/#/material/tooltip/html-content

I'm also curious if the file upload should report back on the barcodes that failed to load? I don't think the per failure popup like the XUL client is all that user friendly, but maybe just a report at the end of how many barcodes couldn't be loaded, and which ones couldn't be loaded? Maybe it could just display as part of the progress monitor, and if there are failures the progress monitor would stay open until dismissed?

Josh