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

Custom variables for use in math expressions #36

Open
tedchwang opened this issue Nov 4, 2020 · 0 comments
Open

Custom variables for use in math expressions #36

tedchwang opened this issue Nov 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@tedchwang
Copy link
Collaborator

tedchwang commented Nov 4, 2020

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.

@tedchwang tedchwang added the enhancement New feature or request label Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant