MI-DPLA / combine

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

Checking uniqueness within Jobs / Published #125

Closed ghukill closed 6 years ago

ghukill commented 6 years ago

Breaking out the issue of checking uniqueness among records to new issue.

Now that combine_id has been established (or nearly), this adds different options for checking "uniqueness" among Records within Jobs, and among all Published records.

Uniqueness might have multiple meanings:

Considerations

Uniqueness in Published Records

ghukill commented 6 years ago

Some anecdotal testing has supported the idea of keeping record_id as the marker of uniqueness. When transforming record identifiers (https://github.com/WSULib/combine/pull/128), there is the potential for duplicating identifiers, and this would identify that undesirable situation quite nicely.

ghukill commented 6 years ago

Closing, with the potential to reopen if need be.