Debugger 2.0 / Modal vs Popover / Filter button / Overall interaction feedback #928
-
Hello,
Invision link and pw are in the signup sheet. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It depends if you intend for the data in the graph and table to update as a customer changes the filters. For that decision, I'd recommend asking the engineers on your team what the performance of the page would be like if the filter is constantly doing a new query for each form field change (and of course consider what that experience might be like for someone using the filters).
What's your specific question about component usage here, and which screens are you referring to? The popover/tooltip on the graph will be in the style of whatever High Charts allows, but your usage of it seems pretty standard. I left a comment on the modal on "Concept 1 - Main Request Inspector", and I'm also not sure what triggers this modal.
This'll depend on how important the info in the disclosure is relative to the other content on the page. |
Beta Was this translation helpful? Give feedback.
-
I will work you through the steps tomorrow morning. |
Beta Was this translation helpful? Give feedback.
It depends if you intend for the data in the graph and table to update as a customer changes the filters. For that decision, I'd recommend asking the engineers on your team what the performance of the page would be like if the filter is constantly doing a new query for each form field change (and of course consider what that experience might be like for someone using the filters).
What's your specific question about component usage here, and which screens are you referring to? The popover/tooltip on the graph will be in the style of whate…