Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verbose vs. truncated issue display #44

Open
mekline opened this issue Aug 7, 2024 · 0 comments
Open

Verbose vs. truncated issue display #44

mekline opened this issue Aug 7, 2024 · 0 comments
Assignees
Labels
GeneralIssue Issue concerning the general psych-DS project

Comments

@mekline
Copy link
Collaborator

mekline commented Aug 7, 2024

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)

|> ERROR: CSV_COLUMN_MISSING
    /data/study-yarncolor_type-badnames_data.csv
    /data/subdir/subdir/study-yarn_location-subdir_data.csv
    /data/study-yarncolor_data.csv
    /data/whatever.csv
    /data/5thfile.csv      
    [...and 17 more files]

|> ERROR: CSV_FORMATTING_ERROR
    /data/study-validname_type-pdf_data.csv
  • 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. 
@mekline mekline added the GeneralIssue Issue concerning the general psych-DS project label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GeneralIssue Issue concerning the general psych-DS project
Projects
None yet
Development

No branches or pull requests

2 participants