Open lxatstariongroup opened 4 years ago
See Syncer\Utils\Sync
for a recommended structure using the factory pattern.
Additional notes:
MigrationViewModel
canExecuteMigrate
can only watch for both logins success, and not the sessionsAddSubscriptions
does not need to update Migration utility sessions every time they change; they can be set only on execute when the migration helper would be created
For migration, the actual migration logic should be split into classes based on the separation of concerns, something like: