Migration 014: - blood_pressure_systolic/diastolic (mmHg) - pulse (bpm) - during BP measurement - vo2_max (ml/kg/min) - from Apple Watch - spo2 (%) - blood oxygen saturation - respiratory_rate (breaths/min) - irregular_heartbeat, possible_afib (boolean flags from Omron) - Added 'omron' to source enum Backend: - Updated Pydantic models (VitalsEntry, VitalsUpdate) - Updated all SELECT queries to include new fields - Updated INSERT/UPDATE with COALESCE for partial updates - Validation: at least one vital must be provided Preparation for Omron + Apple Health imports Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| migrations | ||
| routers | ||
| apply_v9c_migration.py | ||
| auth.py | ||
| check_features.py | ||
| db_init.py | ||
| db.py | ||
| Dockerfile | ||
| evaluation_helper.py | ||
| feature_logger.py | ||
| main_old.py | ||
| main.py | ||
| migrate_to_postgres.py | ||
| models.py | ||
| profile_evaluator.py | ||
| profile_templates.py | ||
| requirements.txt | ||
| rule_engine.py | ||
| schema.sql | ||
| startup.sh | ||