Energy-Visualizer / mexer

Energy Visualizer (Summer 2024)
MIT License
0 stars 0 forks source link

Remove Make Plot Button #51

Open kenny5033 opened 4 months ago

kenny5033 commented 4 months ago

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.

kenny5033 commented 3 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?