ggneilc / stat-tracker

Health & Fitness Tracker designed to gamify life to increase motivation, written in react native
0 stars 0 forks source link

Health Score #11

Open ggneilc opened 8 months ago

ggneilc commented 8 months ago

The Health score depends on the average of all the pastDays score. The day score depends on the Goals, and how much the current days entries differ from the goals set.

ggneilc commented 8 months ago

Health score is going to be dependant on the User goals, which are just simple math equations based off the users height/weight/goal. We can then break down the difference between their actual inputs and the expected goals. This will need to be done with each pillar, and then a simple average would find the overall health score:

The only thing that is going to require some thinking is the weight score. Do we want to have an individual goal for every single possible lift? if you only do a lift once because the gym was busy (think - you didnt use a template), then how would that goal tie into the total? or do you just have a total weight volume per week? or do you just do major lifts? but every lift counts? this one will be the only tough one, but it would be the coolest the more information you would be able to show