Feature: Alter fließt in Kalorienbedarf ein (Lebensphasen-Faktoren)

Welpe <4 Mon ×3.0, Junghund 4-12 Mon ×2.0 (Wachstum, überschreibt Aktivität),
Senior 7+ ×0.90, Hochbetagt 11+ ×0.85 des Erwachsenen-Faktors. Lebensphase wird
im Ergebnis angezeigt. SW v1172
This commit is contained in:
rene 2026-06-04 18:04:16 +02:00
parent cca9a9c70f
commit 258ccf84ee
6 changed files with 37 additions and 17 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '1171'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '1172'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator)
window.APP_VERSION = APP_VERSION;