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.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
An organization may have a large number of variables that are unsuitable to become model nodes, because they would clutter the model and slow down computation. Example: 1000 products each with their price, inventory numbers, sales velocity, return rate.
Describe the solution you'd like
A clear and concise description of what you want to happen.
JSON objects that a user can CRUD on the UI, or import as a TSV file would be nice. Also consider possibility to update with API in the future. The properties of the object should be accessible in formulas in a model node, and in numerical fields of an action. It'd be good to be able to calculate these variables with a formula, too. Such as the inventory level of a product changing with stock input and output.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've considered creating the variables in the model and grouping them to reduce clutter, but the manual labor would be error-prone and prohibitive for organizations with many individual items to track.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
An organization may have a large number of variables that are unsuitable to become model nodes, because they would clutter the model and slow down computation. Example: 1000 products each with their price, inventory numbers, sales velocity, return rate.
Describe the solution you'd like
A clear and concise description of what you want to happen.
JSON objects that a user can CRUD on the UI, or import as a TSV file would be nice. Also consider possibility to update with API in the future. The properties of the object should be accessible in formulas in a model node, and in numerical fields of an action. It'd be good to be able to calculate these variables with a formula, too. Such as the inventory level of a product changing with stock input and output.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've considered creating the variables in the model and grouping them to reduce clutter, but the manual labor would be error-prone and prohibitive for organizations with many individual items to track.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: