mitai-jinkendo/backend/placeholder_registrations
Lars 57800b686a
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 14s
fix: Body Cluster - PlaceholderType.TEXT_SUMMARY → INTERPRETED
- caliper_summary + circ_summary used invalid PlaceholderType.TEXT_SUMMARY
- TEXT_SUMMARY is OutputType, not PlaceholderType
- Changed to PlaceholderType.INTERPRETED (summaries interpret raw data)

Valid PlaceholderType values: ATOMIC, RAW_DATA, INTERPRETED, SCORE, META
Valid OutputType values: NUMERIC, STRING, BOOLEAN, JSON, LIST, TEXT_SUMMARY
2026-04-02 19:11:06 +02:00
..
__init__.py feat: Body Cluster - Placeholder Registry Implementation 2026-04-02 18:57:15 +02:00
body_metrics.py fix: Body Cluster - PlaceholderType.TEXT_SUMMARY → INTERPRETED 2026-04-02 19:11:06 +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 fix: Part C OutputType - use STRING instead of TEXT 2026-04-02 12:56:13 +02:00