-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Calculation Views UI #14778
Calculation Views UI #14778
Conversation
…nto view-calculation-ui
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Nice work
<InfoDisplay | ||
icon="Help" | ||
quiet | ||
body="Calculations only work with numeric columns and a maximum of 5 calculations can be added at once." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a hard technical limitation or soft limit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Soft limit as far as I know. This was just specified in the ticket, but I'm not sure if there's any real reason for it other than to limit the potential performance hit of running these.
Test failures are random flakes. Going to merge this in and let us use it in QA. |
Description
This PR adds the UI for calculation views.
View type is specified upon creation. "Normal" views are called "Table" views.
Calculation views are configured using the "Configure calculations" button in the grid toolbar:
This opens the calculation editor when you can define which calculations you'd like to add to your view.
Example of calculation results:
Clarification of functionality: