ISAITB / shacl-validator

Web and command-line application for the validation of RDF data.
https://joinup.ec.europa.eu/collection/interoperability-test-bed-repository/solution/rdf-validator
European Union Public License 1.2
13 stars 1 forks source link

Refill Calling Parameters in Form After Validation #3

Closed init-dcat-ap-de closed 2 years ago

init-dcat-ap-de commented 2 years ago

See https://github.com/GovDataOfficial/DCAT-AP.de-SHACL-Validation/issues/15:

When invoking the validator, we have to fill all form fields.

When submitting the form multiple times (e.g. to try multiple validation rules or to revalidate a dataset) why not fill in the parameters in the form fields again?

And the following discussion.

costas80 commented 2 years ago

This is indeed a good suggestion and one that should be easy to support. We'll get started on this and let you know when its available.

costas80 commented 2 years ago

The validator has been adapted to retain all submitted form inputs so that you can immediately trigger a new validation from the results' display. The minimal UI configuration for the validator has also been adapted to retain the submitted inputs when clicking on the result page's "Back" button.

The update is now live and ready to use.