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
We need a basic calculator for the 1.0 release. So far, we are expecting to put it inside a modal to save space. This is subject to change, and we should consult our friendly users about this first. The following operations should be supported: Sum, Subtract, Multiply, Divide, Power, and Regrid
Design and create a mock up of a calculator contained in a modal
Design how each function will work, and what the user will see for each of these functions
Confirm mock up design with friendly users to assure that it meets their needs
Add a 'Calculator' button to the top left 'Tools' menu.
Clicking the button opens a modal
Stub out the calculator interface with all needed buttons, inputs, lists, and containers.
Write tests for 'Sum'
Make 'Sum' work
Write tests for 'Subtract'
Make 'Subtract' work
Write tests for 'Multiply'
Make 'Multiply' work
Write tests for 'Divide'
Make 'Divide' work
Write tests for 'Power'
Make 'Power' work
Write tests for 'Regrid'
Make 'Regrid' work
The text was updated successfully, but these errors were encountered:
We need a basic calculator for the 1.0 release. So far, we are expecting to put it inside a modal to save space. This is subject to change, and we should consult our friendly users about this first. The following operations should be supported: Sum, Subtract, Multiply, Divide, Power, and Regrid
The text was updated successfully, but these errors were encountered: