mitai-jinkendo/backend/placeholder_registrations
Lars e9e094c6a4
All checks were successful
Deploy Development / deploy (push) Successful in 48s
Build Test / pytest-backend (push) Successful in 4s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 17s
feat: Enhance nutrition and activity metrics with new data layers
- Added new functions for BMI and goal weight/body fat percentage retrieval in `body_metrics.py`.
- Introduced training frequency and inter-session gap calculations in `activity_metrics.py`.
- Updated placeholder registrations to include new metrics for nutrition and activity.
- Improved data handling in `placeholder_resolver.py` for better integration of new metrics.
- Enhanced documentation across modules to reflect the new functionalities.

These updates improve the accuracy and comprehensiveness of health and fitness assessments within the application.
2026-04-11 20:46:17 +02:00
..
__init__.py feat: Enhance nutrition and activity metrics with new data layers 2026-04-11 20:46:17 +02:00
activity_metrics.py feat: Enhance nutrition and activity metrics with new data layers 2026-04-11 20:46:17 +02:00
activity_session_insights.py feat: Enhance nutrition and activity metrics with new data layers 2026-04-11 20:46:17 +02:00
body_extras.py feat: Enhance nutrition and activity metrics with new data layers 2026-04-11 20:46:17 +02:00
body_metrics.py feat: Enhance nutrition and activity metrics with new data layers 2026-04-11 20:46:17 +02:00
nutrition_part_a.py feat: Placeholder Registry Framework + Part A Nutrition Metrics 2026-04-02 11:46:16 +02:00
nutrition_part_b.py fix: Nutrition Cluster Abschluss - Metadaten-Konsistenz 2026-04-02 13:07:35 +02:00
nutrition_part_c.py feat: Enhance nutrition and activity metrics with new data layers 2026-04-11 20:46:17 +02:00
nutrition_score.py feat: Enhance nutrition and activity metrics with new data layers 2026-04-11 20:46:17 +02:00