IBMa / equal-access

IBM Equal Access Accessibility Checker contains tools to automate accessibility checking from a browser or in a continuous development/build environment
https://www.ibm.com/able/toolkit/tools#develop
Apache License 2.0
635 stars 82 forks source link

[BUG]: User is not able to find the correct way to download the html repor #2047

Open ErickRenteria opened 2 months ago

ErickRenteria commented 2 months ago

Project

extension-checker

Browser

Chrome

Operating system

MacOS

Description

When conduction an scan and downloading a report, the checker can provide a xml report or a html report. The checker is not very clear on this options to the user creating a bad user experience. In addition this also create a bad user experience and can be confusing.

Suggestion: Create clear option for the user where they can have the option to download a xml or html report.

Steps to reproduce

Conduct a scan with the checker and try download a html report.

Screenshot 2024-09-11 at 9 38 54 PM
MHoov commented 2 months ago

@drjoho is this really a problem, or is it working as designed? Thanks

drjoho commented 2 months ago

@MHoov This is working as designed. The storing of scans allows the user to have more that one scan in their report. Then in the scan menu you can export stored scans. The export with be and XLS report containing all the stored scans. The Export XLS button only exports the latest scan in both XLS and HTML format.

So, @ErickRenteria is pointing out a design issue regarding how this works now.

MHoov commented 2 months ago

Understood. Should currently be covered by the User Guide and /or Quick Guide. Moving to backlog board.

philljenkins commented 1 month ago

Yes downloading or exporting scan reports is explained in the guides.

However, although implemented as designed,

  1. the labeled Export XLS button is misleading when it exports BOTH the Excel and HTML reports. The user will see the files when going to their download folder and seeing two report files in ___.html and ___.xlsx formats.
  2. the "Options" dropdown option for Export stored scans can be confusing because it downloads only an "Excel XLS" ---.xlsx formatted report. HTML reports are not produced for stored multi-scans.

So the design should consider a better way to label the button and drop-down option:

Again, a design decision.