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

Enhancement: Multiple File Generation for Interface #57

Open
Power-PP opened this issue Feb 8, 2025 · 0 comments
Open

Enhancement: Multiple File Generation for Interface #57

Power-PP opened this issue Feb 8, 2025 · 0 comments

Comments

@Power-PP
Copy link

Power-PP commented Feb 8, 2025

Is your feature request related to a problem? Please describe.
The current implementation requires duplicating the interface configuration for each output path where the file needs to be generated. This results in unnecessary repetition, increases maintenance efforts, and makes managing multiple output paths cumbersome.

Describe the solution you'd like
We propose adding support for specifying a list of output paths within a single interface configuration. This would allow the generation of output files in multiple locations from the same interface, reducing duplication and simplifying the configuration process

Describe alternatives you've considered
An alternative considered is to continue with the current approach of duplicating interfaces for each output path. However, this solution is inefficient and prone to errors, as any change to the interface would require updating all duplicate configurations.

Additional context
This enhancement would streamline the process of managing output files across different locations, making the interface configuration more maintainable and reducing the likelihood of configuration errors. It would also make the feature more flexible for use cases that require outputs in multiple directories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant