Gizra / drupal-elm-starter

DEPRECATED - See https://github.com/Gizra/drupal-starter
33 stars 9 forks source link

Update migration base. #204

Closed nedSaf closed 5 years ago

nedSaf commented 5 years ago

@AronNovak @amitaibu @bitamar This is an update to the custom migration module.

I know this migration only has one handler for nodes and one for users but this is being copied into new projects and I would like to have all the common code and settings in the base and not in the handlers themselves.

The advantage is that unfamiliar developers won't have to copy this whole code to each new handler and familiar ones won't have to create their own new base.

Please review, whoever has a little bit of time, thanks :)

Note: I would like to add much more comments in the base to explain what each thing does but I'm not sure if it's just necessary.

nedSaf commented 5 years ago

No errors: default___hedley

AronNovak commented 5 years ago

@nedSaf I like it generally, I added a few minor comments.

nedSaf commented 5 years ago

Thanks @AronNovak, I'll do the fixes.

nedSaf commented 5 years ago

Migration: default___hedley

Content: content___hedley

nedSaf commented 5 years ago

Update

nedSaf commented 5 years ago

@AronNovak Ready for a second review :)

AronNovak commented 5 years ago

:tada: