inferno-core icon indicating copy to clipboard operation
inferno-core copied to clipboard

TOC pass/fail indicator

Open cooperthompson opened this issue 3 years ago • 2 comments
trafficstars

In each sequence you have nice big green checkmarks for passes: image

But in the TOC view, you just have little dots: image

However, it doesn't look like the dot color lines up with the "sum" or the tests.

See this test session: https://inferno-dev.healthit.gov/onc-certification-g10-test-kit/test_sessions/94395c64-b6e2-4a22-b8f5-c0285b2e85dd#g10_certification-g10_smart_standalone_patient_app-smart_standalone_launch

All the tests in the Standalone Patient App sequence passed, but the TOC summary shows fail: image

Also, making the TOC pass/fail indicator more of a checkmark / x icon instead of just a colored dot would be nice. I'm red/green color blind :).

cooperthompson avatar Feb 24 '22 22:02 cooperthompson

Also, making the TOC pass/fail indicator more of a checkmark / x icon instead of just a colored dot would be nice. I'm red/green color blind :).

Absolutely, thank you for identifying this issue for us.

However, it doesn't look like the dot color lines up with the "sum" or the tests.

Yes, this is broken, but maybe in a different way than you think. It is an issue with putting the user in the wrong view unexpectedly. We are redirecting the user to a view that encompasses just sub-step 2 of the 'Standalone Patient App' group during the oauth handoff. Which is very confusing because our UI doesn't let you normally navigate to sub-steps in g10 certification. If you click on the nav item on the left for 'Standalone Patient App' you'll see all steps presented on a single view.

We'll fix that asap. Thanks!

arscan avatar Feb 28 '22 17:02 arscan

Both of these issues should be resolved in the version now deployed on https://inferno-dev.healthit.gov/

Screen Shot 2022-03-02 at 1 19 27 PM

Note that the link that provided in your report still looks wrong, because it is reporting the result of just step 2 in the 'Single Patient App' set of tests. With this update, you won't ever be sent to that substep, and instead would be sent here after the launch.

Thanks for the report!

arscan avatar Mar 02 '22 18:03 arscan