AI-SDC / SACRO-Viewer

A tool for fast, secure and effective output checking, which can work in any TRE.
Other
2 stars 1 forks source link

Failing cells are highlighted #196

Closed lucyb closed 1 year ago

lucyb commented 1 year ago

Previously failing cells were suppressed rather than highlighted, but a change to ACRO means that we should show the values instead. Details of the failure are shown as a tooltip.

I've refactored some of the javascript because it wasn't obvious what it was doing. I thought that moving it into a well named function would make the intent of the code clearer.

Fixes: #178