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

Error and Report buttons #342

Open
romicolman opened this issue Apr 24, 2024 · 0 comments
Open

Error and Report buttons #342

romicolman opened this issue Apr 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Stable release This needs to be done for the launch stable version

Comments

@romicolman
Copy link
Collaborator

Problem description

When the user uploads a file and it contains errors, it is possible to explore errors by looking at the table on the screen. He/She/They can also click on the ERROR button which is located below the main menu. This will only select cells with validation errors. If the user clicks on the REPORT button instead, he/she/they will get the same summary (cells with errors) and only when clicking on TYPE error, the ODE will display the error text report.

Steps to reproduce it

  • Open the ODE.
  • Upload a csv with errors.
  • Look at the screens listed below..

Screen 1: Red button at the top shows the file contains errors but errors are not shown on the table

Captura de pantalla 2024-04-24 a la(s) 09 14 28

Note: if the user clicks on the red ERROR button at the top of the screen, nothing happens.

Screen 2: by clicking on the error button on the menu...

Captura de pantalla 2024-04-24 a la(s) 09 22 32

The ODE only shows rows containing errors

Captura de pantalla 2024-04-24 a la(s) 09 27 20

Screen 3: the user clicks on REPORT and the ODE displays a summary of rows with errors. This is the same information the user can explore when clicking on the Errors button (screen 2).

Captura de pantalla 2024-04-24 a la(s) 09 35 41

However, when clicking on TYPE ERROR, the ODE shows a text summary of all errors

Captura de pantalla 2024-04-24 a la(s) 09 45 43

Suggested solution

When a user upload a file with errors, he/she/they can click on the main ERROR button at the top of the ODE. First click, the ODE will ONLY show rows with errors. Second click, full table, without showing errors (the button wil keep its red color in both cases because the file contains errors).

  • Replace ERROR button in the menu with Errors report. The Error report button will give the user a text summary of all errors.
  • Remove the REPORT button.
@romicolman romicolman added bug Something isn't working Stable release This needs to be done for the launch stable version labels Apr 24, 2024
@romicolman romicolman self-assigned this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stable release This needs to be done for the launch stable version
Projects
None yet
Development

No branches or pull requests

1 participant