frksteenhoff / ClimApp

Codebase for prototype and final version of the smartphone application ClimApp, a project under the European Research Area for Climate Services. The application is available for iOS and Android in App Stroe and Google Play respectively.
https://www.lth.se/climapp/
4 stars 2 forks source link

adaptation adjustment #118

Closed BorisKingma closed 5 years ago

BorisKingma commented 5 years ago

Describe the bug

  1. filled in adaptation score, from 1 to 0.5: -0.5 is processed correctly.

  2. Afterwards I filled in adaptation score again (now from 0.5 to 1 again (+0.5)), and this is not processed correctly, the value on gauge becomes 1.5 instead of 1.

adaptation adjustment is currently the delta in the feedback module as: Delta = User value - adjusted model value

the value of delta should be: Delta = User value - Unadjusted model value

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

frksteenhoff commented 5 years ago

Closing after testing the newly implemented logic -- please reopen if logic is different than expected.