mitai-jinkendo/backend/data_layer
Lars 26110d44b4
All checks were successful
Deploy Development / deploy (push) Successful in 52s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 15s
fix: rest_days schema - use 'focus' column instead of 'rest_type'
Problem: get_rest_days_data() queried non-existent 'rest_type' column
Fix: Changed to 'focus' column with correct values (muscle_recovery, cardio_recovery, etc.)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 19:28:46 +01:00
..
__init__.py feat: Phase 0c - body_metrics.py module complete 2026-03-28 19:17:02 +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 - body_metrics.py module complete 2026-03-28 19:17:02 +01:00
health_metrics.py feat: Phase 0c - health_metrics.py module complete 2026-03-28 19:15:31 +01:00
nutrition_metrics.py feat: Phase 0c - nutrition_metrics.py module complete 2026-03-28 18:45:24 +01:00
recovery_metrics.py fix: rest_days schema - use 'focus' column instead of 'rest_type' 2026-03-28 19:28:46 +01:00
utils.py feat: Phase 0c - Multi-Layer Data Architecture (Proof of Concept) 2026-03-28 18:26:22 +01:00