Define a data structure MigrationSummary that collects information about a migration run (using the MigrationStrategy from #15).
It shall be meaningful and summarize what happend from source to target.
Note that some information are already being logged, e.g. in the validation or the filter.
Define a data structure
MigrationSummary
that collects information about a migration run (using theMigrationStrategy
from #15). It shall be meaningful and summarize what happend from source to target. Note that some information are already being logged, e.g. in the validation or the filter._Originally posted by @hf-kklein in https://github.com/Hochfrequenz/bo4e_migration_framework/pull/15#discussion_r1051942346_