You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When using the stock monitoring packages, tasks and contact summary are in a separate files (exported from the package) that users need to import in the main tasks.js and contact-summary.templated.js files.
The purpose of this feature is to eliminate this step so that compile-app-settings can compile tasks, targets, and contact summaries that come from other sources.
Describe the solution you'd like
A solution would be the possibility to add multiple tasks and contact summary files like stock_monitoring.tasks.js and stock_monitoring.contact-summary.js that cht-conf can compile and upload in addition of the tasks.js and contact-summary.templated.js
Describe alternatives you've considered
I have tried the Derived configs from cht-conf. However, this concatenates the two generated files and it doesn't work. Additionally, it requires an intermediate compile for the tasks and contact summary of the package before.
Additional context
With this feature, the stock-monitoring package can be used only via the command line interface without any additional updates.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using the stock monitoring packages, tasks and contact summary are in a separate files (exported from the package) that users need to import in the main
tasks.js
andcontact-summary.templated.js
files.The purpose of this feature is to eliminate this step so that
compile-app-settings
can compile tasks, targets, and contact summaries that come from other sources.Describe the solution you'd like
A solution would be the possibility to add multiple tasks and contact summary files like
stock_monitoring.tasks.js
andstock_monitoring.contact-summary.js
that cht-conf can compile and upload in addition of thetasks.js
andcontact-summary.templated.js
Describe alternatives you've considered
I have tried the Derived configs from
cht-conf
. However, this concatenates the two generated files and it doesn't work. Additionally, it requires an intermediate compile for the tasks and contact summary of the package before.Additional context
With this feature, the stock-monitoring package can be used only via the command line interface without any additional updates.
The text was updated successfully, but these errors were encountered: