- Issue created by @socketwench
- π¬π§United Kingdom catch
Determine if it's possible to break up the module into submodules so as to allow for both in-place and site-to-site migrations.
This sounds like a good idea to me. Keep all the in-place-agnostic migrations in the main module.
Move the in-place migrations to an lms_migrate_in_place module (or with a better name).
Add a new lms_migrate_site_to_site module with plugins that don't require any Opigno APIs.