Menu

#620 Daily Summary not working correctly

iphone_1.10
open
None
8
2018-08-06
2018-03-04
No

The following issue was reported by our user Joel Wapnick, see Discussion / Help (2018-02-27).
"Hi,
My stats revert to zeros before my Karatasi "day" is over, making it very hard to determine how I've done over the course of an entire day. This is new, with the recent update.“

Discussion

  • Christa Runge

    Christa Runge - 2018-03-04

    This bug was introduced with karatasi-iPhone version 1.9.5.
    Needs to be fixed with high priority.

     

    Last edit: Christa Runge 2018-07-25
  • Christa Runge

    Christa Runge - 2018-07-25

    Example scenario (true device, iPhone 8, iOS 11.2.2):

    • perform test
    • see daily statistic on the finished screen
    • perform drill
    • see daily statistic on the finished screen as expected
    • press Done button and see database list
    • press drill button, then done button
    • see finished screen, but the numbers are all zero
     

    Last edit: Christa Runge 2018-07-25
  • Christa Runge

    Christa Runge - 2018-07-25

    Analysis: statistic numbers are written back to the database too late, this is triggered from the destructor of the DrillNavigationController. The database is already closed at this time.
    Note: the bug was introduced at r3681 with the solution for the wrong badge (#438).

     
  • Christa Runge

    Christa Runge - 2018-07-25
    • status: open --> closed
    • assigned_to: Christa Runge
     
  • Christa Runge

    Christa Runge - 2018-07-25

    Resolved in r3917.

     
  • Christa Runge

    Christa Runge - 2018-08-06
    • status: closed --> open
     
  • Christa Runge

    Christa Runge - 2018-08-06

    Reopened. The current solution is not correct.
    At r3924, the daily statistics is never reset, the numbers are just accumulated forever.

     

Log in to post a comment.