Open kenny5033 opened 4 months ago
Consideration:
Without the button, as soon as a user changes a query element, operations will start to be executed on the client's machine and then on our server. If a user changes multiple things, these requests will invoke what are ultimately useless operations.
Every operation takes energy, so making a useless operation is a waste of energy. Given the context of Mexer, should we reconsider adding this feature?
Have the plot section update automatically every time a user make a change to their query. For sankey's through, the button should probably stay because they can slow down the client side for a couple seconds.