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

Add Support for Grouping Operators in state.reactive method #28

Open
Mostafa-Mohammadi opened this issue Aug 18, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Mostafa-Mohammadi
Copy link
Collaborator

Mostafa-Mohammadi commented Aug 18, 2023

The state.reactive method in our library currently lacks support for grouping operators, which are essential for controlling the order of operations within complex expressions. We propose enhancing the state.reactive method to accommodate grouping operators, empowering users to explicitly prioritize and control calculations.

Desired Enhancement:

state.reactive('c.d', '2 * ($a + $c.e + $c.z.r + $c.z.t.b)');

This proposed enhancement will empower users to harness the full potential of our library for intricate calculations and expressions.

@Mostafa-Mohammadi Mostafa-Mohammadi added the enhancement New feature or request label Aug 18, 2023
@Mostafa-Mohammadi Mostafa-Mohammadi changed the title Add Support for Grouping Operators in state.reactive Function Add Support for Grouping Operators in state.reactive method Aug 18, 2023
@Mostafa-Mohammadi
Copy link
Collaborator Author

@nimahkh Could you kindly provide me with your thoughts or insights on this matter?

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