Goalsystem V1 #50

Merged
Lars merged 51 commits from develop into main 2026-03-27 17:40:51 +01:00
Showing only changes of commit 80d57918ae - Show all commits

View File

@ -104,7 +104,7 @@ SELECT
END AS flexibility_pct,
CASE goal_mode
WHEN 'health' THEN 50 ELSE 0
WHEN 'health' THEN 55 ELSE 0
END +
CASE goal_mode
WHEN 'endurance' THEN 20 ELSE 0