mitai-jinkendo/backend/data_layer
Lars 6b2ad9fa1c
All checks were successful
Deploy Development / deploy (push) Successful in 51s
Build Test / lint-backend (push) Successful in 1s
Build Test / build-frontend (push) Successful in 16s
feat: Phase 0c - activity_metrics.py module complete
Data Layer:
- get_activity_summary_data() - count, duration, calories, frequency
- get_activity_detail_data() - detailed activity log with all fields
- get_training_type_distribution_data() - category distribution with percentages

Placeholder Layer:
- get_activity_summary() - refactored to use data layer
- get_activity_detail() - refactored to use data layer
- get_trainingstyp_verteilung() - refactored to use data layer

All 3 activity data functions + 3 placeholder refactors complete.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 19:11:45 +01:00
..
__init__.py feat: Phase 0c - activity_metrics.py module complete 2026-03-28 19:11:45 +01:00
activity_metrics.py feat: Phase 0c - activity_metrics.py module complete 2026-03-28 19:11:45 +01:00
body_metrics.py feat: Phase 0c - Multi-Layer Data Architecture (Proof of Concept) 2026-03-28 18:26:22 +01:00
nutrition_metrics.py feat: Phase 0c - nutrition_metrics.py module complete 2026-03-28 18:45:24 +01:00
utils.py feat: Phase 0c - Multi-Layer Data Architecture (Proof of Concept) 2026-03-28 18:26:22 +01:00