Open Hatsushira opened 4 years ago
Your setup looks correct. How many times is the task "drink" scheduled to occur during the day?
The OCKButtonLogTaskViewController
should add one row each time you tap the button. Are you seeing something different?
The button adds one entry. On the frontend it all looks fine and the data is correct.
I think I was a little unclear. So if I add a second entry. The first entry in the OCKStore is marked as deleted and two new entries are added. If I add a third entry, the previous two entries are marked deleted and three new ones are added.
I used the nausea example task (with schedule, anytime throughout the day) and card and just changed title and instructions.
I recognized that this controller adds the amount of entries + 1 to OCKCDOutcomeValue it already had for every new entry. So the first log has one. The second log adds two, the third log adds additional three.
Is this the right behaviour or am I doing something wrong? My setup is simply: