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

Enhance store, fetch, and exec hook Functions to Include All Node Object Variables #3314

Open
Filippo125 opened this issue Nov 10, 2024 · 0 comments

Comments

@Filippo125
Copy link

Description

I propose an enhancement to the store, fetch, and exec hook functions to include the node object as parameters.
This change would provide greater flexibility and detailed information within these functions, facilitating advanced customizations and integrations.

Motivation:

Access to all node object variables within these functions would enable users to develop more tailored solutions and workflows. This enhancement is particularly beneficial for custom configurations, allowing direct utilization of comprehensive node data in the store, fetch, and exec hook functions. This request comes from the Pull Request #3222, which added dynamic filename generation by incorporating node variables into the store function. Extending this approach to the fetch and exec hook functions would further enhance Oxidized's capabilities.

Technical Details:

The proposed enhancement involves modifying the store, fetch, and exec hook functions to accept a parameter containing the node object. This adjustment would streamline access to node-specific details, eliminating the need for workarounds.

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