You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current verbose button doesn't do much, and medium-level information makes the drop-down-for-more functionality a little bit obscure
Detailed View
Verbose button should read: [ ] Verbose (expand all error messages and file lists)
Clicking the Verbose button should result in all bubbles starting fully expanded.
Whether or not Verbose is clicked, user should still be able to click the triangles to expand/collapse individual errors/warnings
Collapse view should show the error code and a truncated list of files that it applies to, e.g. ('|>' and '/' is the triangle dropdown, light bars between Error, Reason, and Evidence should be maintained as is, ditto the boxes/spacing shown when expanded)
Expand view should show all information and all files, e.g.
\/ ERROR: CSV_COLUMN_MISSING
Reason: A required column is missing
Evidence:
/data/study-yarncolor_type-badnames_data.csv
Column headers: [,garment,yarn_color] do not appear in variableMeasured. schema.rules.csv_data.Datafile
/data/study-yarncolor_data.csv
Column headers: [garment,yarn_color] do not appear in variableMeasured. schema.rules.csv_data.Datafile
/data/subdir/subdir/study-yarn_location-subdir_data.csv
Column headers: [yarn_color] do not appear in variableMeasured. schema.rules.csv_data.Datafile
...etc.
The text was updated successfully, but these errors were encountered:
TL;DR
Current verbose button doesn't do much, and medium-level information makes the drop-down-for-more functionality a little bit obscure
Detailed View
Verbose button should read: [ ] Verbose (expand all error messages and file lists)
Clicking the Verbose button should result in all bubbles starting fully expanded.
Whether or not Verbose is clicked, user should still be able to click the triangles to expand/collapse individual errors/warnings
Collapse view should show the error code and a truncated list of files that it applies to, e.g. ('|>' and '/' is the triangle dropdown, light bars between Error, Reason, and Evidence should be maintained as is, ditto the boxes/spacing shown when expanded)
The text was updated successfully, but these errors were encountered: