MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

support multiple, chained, ordered transformations for Transform job #348

Closed ghukill closed 5 years ago

ghukill commented 5 years ago

Explore multiple, ordered transformations for a Transform job.

ghukill commented 5 years ago

This would encourage seperation of concerns when creating transformations -- XSLT, python, etc. -- without paying a penalty of exploding Record and Job counts, by allowing multiple, ordered transformations to be applied to the same Job.

Envisioning sortable, drag and drop lists along the lines of: https://lukasoppermann.github.io/html5sortable/index.html

Todo:

ghukill commented 5 years ago

Becoming clear this might be worthy of bumping version to v0.4 to include. The altered job_details results in non-backwards compatible Jobs.

This makes it related to: https://github.com/WSULib/combine/issues/357

ghukill commented 5 years ago

Complete. Any further issues will be seperate issues.