ckan / ckanext-validation

CKAN extension for validating Data Packages using Table Schema.
MIT License
28 stars 33 forks source link

Replace goodtablesUI with the new report component #64

Closed amercader closed 1 year ago

amercader commented 2 years ago

Depends on #62

We dump the JSON reports generated by goodtables (fd-py in the future) in a couple of templates like this one and then use a JS module to render the report on the client:

https://github.com/frictionlessdata/ckanext-validation/blob/cd06189c3ba6d7c092fcf8c00a8dd961d49c5f22/ckanext/validation/webassets/js/module-validation-report.js#L6-L10

If a different setup is preferred when using the new components we can definitely change it

amercader commented 1 year ago

Done and merged to the dev-v2 branch