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

interactive expressions #4

Open
aberrantian opened this issue Feb 16, 2024 · 1 comment
Open

interactive expressions #4

aberrantian opened this issue Feb 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@aberrantian
Copy link
Owner

When solving longer expressions on paper, one can break down the expressions into smaller sub-expressions, solve those, and then substitute it back into the root expression and repeat to solve the whole expression rather than try to solve the whole thing simultaneously.

On a monitor you don't have that luxury and users are forced to solve longer expressions simultaneously.

If the expression was interactive in such a way where the user could click or navigate via keyboard to a sub-expression and then focus on that then that would relieve some stress for the user.

@aberrantian aberrantian added the enhancement New feature or request label Feb 16, 2024
@aberrantian
Copy link
Owner Author

The different steps should visually stack on one another so that the user can scroll and see the previous steps and the root expression.

There's another matter regarding this: should the user be allowed to input incorrect values before submitting and then told they were incorrect after submitting or should their input be rejected if it is incorrect while they are typing it? Or auto submit if they input is correct?

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