This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Step goal should be changed

Former Member
Former Member
Hi,

I have discovered that the daily step goal is being selected out from yesterdays step count.

This is annoying because if i have a daily average of 6000 step and I on a special occasion Walk 9000 step then the step goal of tomorrow would be set out from the special occasion count of 9000. So it will be something like 9400 maybe.

This is big failure and demotivating because next Day goals is by over 50% of my average step count.

I hope next Day step goal will be set out from all time average. And maybe 100 step raise at a time.

Sincerely Ahmed / Denmark.
    • If today's goal is between 7500 and 10000 steps:
      • Tomorrow's goal = Today's goal + MAX(Today's goal * 4% ; (Today's steps - Today's goal) * 20%)

    • If today's goal is more than 10000 steps:
      • Tomorrow's goal = Today's goal + MAX(Today's goal * 2% ; (Today's steps - Today's goal) * 5%)


    I guess I wasn't awake when writing that. MAX should obviously be MIN.