omeka-s-modules / DspaceConnector

Connect to / import from a Dspace repo into Omeka S
GNU General Public License v3.0
1 stars 3 forks source link

See about making it both 5 and 6 compatible #34

Closed patrickmj closed 7 years ago

patrickmj commented 7 years ago

Per #31, DSpace 6 changed its ID structure to UUID's, which requires a database change on our side.

However, that change looks like it'd be backward compatible with what DSpace 5 needs (simple ints). If that's the only API change -- id becoming uuid -- then keeping them both as remote_id in the Omeka S table would only need a simple check for which is present in the returned data when I'm parsing it out.