fix: include exercise calories in diet adherence calculation
All checks were successful
CI / update (push) Successful in 3m55s
All checks were successful
CI / update (push) Successful in 3m55s
Adherence was comparing intake against the flat calorie goal, ignoring burned workout calories. Now the per-day target is goal + exercise kcal. Also expanded workout query from 7 to 30 days to cover the full adherence window.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.23.2",
|
||||
"version": "1.23.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user