-
Notifications
You must be signed in to change notification settings - Fork 38
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
Pop-out error message window to deal with a large number of reported errors #388
Comments
Here's an idea... Display error messages in a table that you can sort and filter (perhaps find)
Perhaps using https://handsontable.com/examples?filters&headers&sorting&dropdown-menu&csv-export |
Whatever we do as @Stephen-Gates said on our call just now it should support people fixing the error in data curator as well as getting a list to fix the errors in the source system. I think this rules out limiting the reported errors. @mattRedBox do any of these stand out as easy to implement? I'm keen to find a balance of the above - let's try close this off today/tomorrow so you can get on with development. |
If a user can't change the data in Data Curator then, either:
If a user can change the data in Data Curator then:
Showing and organising errorsErrors are currently displayed in a fixed bottom panel - this limits the number displayed and the ability to organise. Feedback I've had from TMR is solving errors a column at a time is their preference. Options:
@mattRedBox is it easy to mock up option 1 to help decide? Other suggestions welcome. @TacoSandwich @grhammo @abhiravbansal @albreez |
@Stephen-Gates @louisjasek I understand @Stephen-Gates what you mean by windows management, but for development the easiest way to start is simply:
The bit that requires a bit more work is the format: Once you think that having all 3 is OK, The final bit is then deciding how to trigger these extra views - menus, double-clicking in the status panel at bottom, something else? |
Thanks @mattRedBox. Some questions/thoughts:
Main UI could be:
Pop-out error message "window" UI:
https://fontawesome.com/icons/file-check?style=light Noting that filtering is a paid Handsontables Pro feature, and I'm not a fan of the UI in the column header, I'm open to exploring simpler implementations
|
/remind me to add acceptance test in 1 weeks time |
@Stephen-Gates set a reminder for Mar 23rd 2018 |
Draft Acceptance Test https://relishapp.com/odi-australia/data-curator/docs/tools/validate-table Feedback welcome @louisjasek @mattRedBox
|
Hi @Stephen-Gates |
Hi @Stephen-Gates |
Perhaps instead of https://fontawesome.com/icons/file-check?style=light I create a variation with a cross instead of a tick, given we’re reporting errors |
The Vue Good Table Column Filters demo looks good:
|
👋 @Stephen-Gates, add acceptance test time |
Acceptance Test on Cucumber Pro. Have a read or login to comment. |
…appear only in errors window or bottom tab, not both. Remove closure of errors window - let it be handled by user. Fixed column movement and some of cell selection (tabs, column properties).
Pop-out with modification for collapsing status bar while error window open and tab switching is in. Opening file with errors won't in this release. |
@mattRedBox I think this can be closed and a separate issue opened for
In fact I'm not 100% sure what you mean by this - export the validation errors as a csv? Could you write the issue and close this? |
Hi @Stephen-Gates |
Now #281 |
Explore options to deal with a large number of reported errors.
Options proposed include:
What option is best or do you have another?
The text was updated successfully, but these errors were encountered: