GovDataOfficial / DCAT-AP.de-SHACL-Validation

SHACL-Shapes für DCAT-AP.de
https://www.itb.ec.europa.eu/shacl/dcat-ap.de/upload
GNU Affero General Public License v3.0
10 stars 7 forks source link

Show results only #14

Closed ondics closed 2 years ago

ondics commented 2 years ago

The validator is a single page application.

To better embed the validator inside an application it would be helpful to only show the results and to hide the form fields.

This could be implemented e.g. by a (hidden) form parameter hide_form.

Can we expect this on the roadmap?

init-dcat-ap-de commented 2 years ago

We activated the minimal user interface. For this, use https://www.itb.ec.europa.eu/shacl/dcat-ap.de/uploadm It removes all form fields from the results page: grafik

If there are errors, the details have to be checked within the filebased reports. It this what you are looking for?

ondics commented 2 years ago

Looks good. But where are the results in text-form? The user has to download them to check the details of the verification.

We'd prefer a solution where the results are shown (as in the full validator), so that there are no external tools required to improve the submitted data incrementally.

costas80 commented 2 years ago

The minimal UI variant of the validator has been extended to allow you to toggle between the current summary view and the report's details. This allows you now to view the reported findings without needing to download the validation report.

To toggle to the detailed display click the "View details" button on the result screen:

image

Which will display the details and their relevant controls:

image

You can switch back to the summary display by clicking the "View summary" button.