frictionlessdata / datapackage-js

A JavaScript library for working with Data Package.
http://frictionlessdata.io/
MIT License
43 stars 15 forks source link

[WIP] Profiles and validation #23

Closed dumyan closed 7 years ago

dumyan commented 7 years ago

This PR resolves frictionlessdata/datapackage-js#14 and resolves frictionlessdata/datapackage-js#13 but it's not quite there yet.

@roll please review src/registry.js, src/utils.js, src/profiles.js and test/registry.js if any other additional things need to be implemented.

roll commented 7 years ago

@dumyan I've added a few comments (esp. important about Profiles-Registry merge). I'll check the PR in more details today.

roll commented 7 years ago

Also #13 means we need a simple wrapper datapackage.validate in public API (around Profiles.validate). It looks like just a few lines of code.

dumyan commented 7 years ago

@roll please review when you're able

roll commented 7 years ago

@dumyan is it ready for a review?

dumyan commented 7 years ago

@roll yes it is.