luox-app / luox

Code base for the luox platform
https://luox.app/
GNU General Public License v3.0
14 stars 11 forks source link

changing measurements labels triggers unnecessary calculations? #94

Closed ssaket closed 2 years ago

ssaket commented 2 years ago

Hello, thanks for creating this awesome application. I was going through the test CSV example, and I think there is a potential bug or annoying situation.

Steps to reproduce In "Step 2. Tell us more about your data" -- try to change the measurements label value (CSV column).

Expected result The calculation is triggered after I have changed the label name (i.e., when the measurement textbox is out of focus)

Actual result The calculation is triggered after every keypress event.

It is a bit annoying, so I thought I should point it out.

somang commented 2 years ago

This was handled from hotfix. Please review and close the issue upon confirmation.

ssaket commented 2 years ago

Thanks for the fast resolution 👍🏽