DivineOmega / uxdm

🔀 UXDM helps developers migrate data from one system or format to another.
GNU Lesser General Public License v3.0
167 stars 9 forks source link

Add source & destination object for spatie data transfer objects #32

Closed DivineOmega closed 4 years ago

DivineOmega commented 4 years ago

We should implement a source and destination for spatie data transfer objects. This would allow migration to them from any existing UXDM source and migration from them to any existing UXDM destination.

As this will require a dependency on the spatie/data-transfer-object, this should probably be implemented as a separate package, such as divineomega/uxdm-spatie-data-transfer-object.

DivineOmega commented 4 years ago

Work on this has been started in https://github.com/DivineOmega/uxdm-spatie-data-transfer-object

DivineOmega commented 4 years ago

Done and documented!