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

Display inter-function dependencies #4

Open
odoodo opened this issue Sep 23, 2024 · 0 comments
Open

Display inter-function dependencies #4

odoodo opened this issue Sep 23, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@odoodo
Copy link
Owner

odoodo commented Sep 23, 2024

Context
Mirth Migrator automatically detects and shows all directly or indirectly used functions of a channel:
image
This is however currently not the case for functions or code templates that use other functions.

Goal
Add support for automated detection an display of directly or indirectly used functions and code templates by other code templates and functions

Needed Action

  • Basically just use the same routine (function getFunctionUsesFunctions()) that has been implemented for the function dependency detection of the channels. I might have to be slightly adapted to fit for both cases.
  • Further, analog to the channel migration, an option for also migrating all referenced functions with the respective code template/function has to be added:
    image
@odoodo odoodo added enhancement New feature or request good first issue Good for newcomers labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant