MI-DPLA / combine

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

Test transformation, return diff as opposed to raw XML output #197

Closed ghukill closed 6 years ago

ghukill commented 6 years ago

Now that a process for showing record diffs has been established, show the results of the transformation in GitHub style diffs as opposed to the Raw XML.

Better yet, have both as separate tabs, but default to XML diff.

ghukill commented 6 years ago

Mostly done.

Error handling -- for the testing in general -- is a little simplistic. Previously, the error would be reported in the same area as the raw XML from the transform. This has a strange effect with the new diffs, where it quite literally diffs the original XML against the error message...

Side-by-Side: screen shot 2018-06-14 at 2 12 50 pm

Combined: screen shot 2018-06-14 at 2 12 59 pm

ghukill commented 6 years ago

Closing for now - might reopen as more specific issue.