-
Notifications
You must be signed in to change notification settings - Fork 1
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
Explain how derivatives are calculated #13
Comments
FigmaSee We can add links to both left-hand and right-hand side components. When clicking left-hand side components, it opens the debug panel (a new feature that is nice-to-have) to show the JavaScript code of that node with the corresponding data. When clicking right-hand side components, it creates another card in explain derivatives panel. I thought about showing some menu asking user whether to show debugging code or explain derivative, but that's too complicated, let's be simple. Design Spec v1
Design Spec v2
|
Instead of showing the derivatives as links in custom node, we ask user to select a custom node to see the explanation in the explain-derivative panel. We can avoid ugly blue link of the derivative text in custom node, and we can avoid passing callbacks from custom nodes. |
I have also enhanced some minor UI/UX:
|
We can put links to other derivatives (e.g., |
There are 4 different types of explanations:
|
Let's modify the functional spec v2 item When user clicks the latex links in the description, select the node of the latex link. All previously selected nodes will be cleared. Adding more cards to the explain derivatives panel can easily cause confusion. |
Requirement
We want math to be less daunting, so we should explain how the derivatives are calculated.
Functional Spec v1
d(e)/d(b)
)d(e)/d(b)
)Functional Spec v2
The text was updated successfully, but these errors were encountered: