Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Data migrator, Extension mechanisms exist that allow users to hook into it #4989

Open
1 task
Tracked by #4981
yanavasileva opened this issue Mar 11, 2025 · 0 comments
Open
1 task
Tracked by #4981
Labels
scope:data-migrator Changes to the Data migrator project. type:feature Issues that add a new user feature to the project.

Comments

@yanavasileva
Copy link
Member

yanavasileva commented Mar 11, 2025

User Story (Required on creation)

As a process engineer, I want to hook into historic data migration and apply custom logic to be able to migrate successfully my data

Functional Requirements (Required before implementation)

Technical Requirements (Required before implementation)

  • Extension mechanisms exist that allow users to hook into it.
    • Use case: Mapping of history data from C7 to C8 for fields as well as for variables.
  • Document usage and limitations

Limitations of Scope

Hints

  • Time estimate: 7 days
  • Implementation ideas:
    • Drop JAR containing custom interceptors into userlib folder.
    • Define interceptor interfaces in data mapping.
    • Options:
      • Load interceptors via reading a list of Spring Beans (preferred option)
      • Load interceptors via SPI.

Links

Breakdown

Pull Requests

Preview Give feedback
No tasks being tracked yet.

Dev2QA handover

  • Does this ticket need a QA test and the testing goals are not clear from the description? Add a Dev2QA handover comment
@yanavasileva yanavasileva added type:feature Issues that add a new user feature to the project. scope:data-migrator Changes to the Data migrator project. labels Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:data-migrator Changes to the Data migrator project. type:feature Issues that add a new user feature to the project.
Projects
None yet
Development

No branches or pull requests

1 participant