🗓 May 23, 2022⏳ 1 minutes

Business Week #13 - Fix bugs & relax

Introducing changes is surprisingly often related with introducing bugs...

So, the initial plan for this week was kinda different - I wanted to focus on adding goal levels to track progress. However, after some days of testing local notifications I found a bug that could cause duplicated notifications or missing ones depending on moment user launched the app. This is why I started this week trying to fix the bug and also add some unit tests covering logic of selecting time for this notification.

As it occured, fixing the bug was the last thing I was able to implement this week being pretty busy with holidays 😎

So: bug fixed, unit test created, and initial plans moved for next week. Well, life happens 😜

Time spent: 75 minutes (31,25%)

Plan for week #14

Once we are able to create & track goals, the next step is to enchance them with levels. We want to track progress in relation with 3 levels of goals to monitor user achievements and monitor progress. So, the first step to accomplish that is to be able to add levels to goal creation screen and to introduce possibility to edit goals that already exist.

Tagged with: