You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am submitting a bug report, not a feature request.
I have searched for similar issues, but did not find any matches.
Description
HabitBullCSVImporter only recognises the value of 1 in the "values" column of a HabitBull CSV file to be a "YES" and any other value, such as for habits with scores, is considered to be a "NO" (HabitBullCSVImporter.kt line 80). At worst it should score any non-zero value as a YES, and ideally it would change the type of habit from a yes/no into a measurable habit on the first imported row with a value greater than 1
Steps to reproduce
Import a HabitBull CSV file with a habit where the "value" filed (column 5) contains values greater than 1
See that the habit is imported but as a yes/no habit and all days with scores other than 1 have been imported as No.
System information
Umidigi F1
Phone Operating System: Android 9
App version: 2.0.3
The text was updated successfully, but these errors were encountered:
#1278 should be more or less ready, feel free to have a look / comment.
hiqua
added
bug
Something is not behaving as the developers expected
confirmed
The developers have been able to confirm that the issue is valid
labels
Jan 27, 2022
I'm not a java dev but it looks like the sort of thing I'd expect to see, and I can see the test case too... will add a further comment once deployed and I can confirm it's working "in the field"
Many thanks...
Pre-submission checklist
Description
HabitBullCSVImporter only recognises the value of 1 in the "values" column of a HabitBull CSV file to be a "YES" and any other value, such as for habits with scores, is considered to be a "NO" (HabitBullCSVImporter.kt line 80). At worst it should score any non-zero value as a YES, and ideally it would change the type of habit from a yes/no into a measurable habit on the first imported row with a value greater than 1
Steps to reproduce
System information
The text was updated successfully, but these errors were encountered: