mitai-jinkendo/backend/tests
Lars 725e7ffe4b
All checks were successful
Deploy Development / deploy (push) Successful in 55s
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: update history_overview_viz configuration and validation
- Replaced the `show_area_summaries` option with individual section visibility settings (`show_section_body`, `show_section_nutrition`, `show_section_fitness`, `show_section_recovery`) in the `history_overview_viz` widget configuration.
- Implemented migration logic to handle legacy `show_area_summaries` settings, ensuring backward compatibility.
- Updated validation logic to enforce visibility requirements for the new section keys.
- Enhanced tests to cover new configuration scenarios and validate the migration logic.
- Bumped application version to reflect these changes.
2026-04-22 12:04:37 +02:00
..
test_activity_session_metrics.py feat: enhance normalization of metric values for improved handling 2026-04-18 10:43:21 +02:00
test_csv_import_executor.py First Version EAV Importer. feat: Enhance activity detail retrieval with EAV metrics and refactor activity import logic 2026-04-15 07:25:39 +02:00
test_csv_parser_core.py feat: implement effective CSV delimiter resolution for imports 2026-04-18 10:12:33 +02:00
test_dashboard_layout_schema.py feat: implement merge_missing_catalog_widgets function to enhance dashboard layout 2026-04-22 08:38:38 +02:00
test_dashboard_widget_config.py feat: update history_overview_viz configuration and validation 2026-04-22 12:04:37 +02:00
test_dashboard_widget_entitlements.py feat: Update widget catalog and enhance dashboard layout features 2026-04-08 07:21:49 +02:00
test_end_node_template.py test: Add unit tests for End Node Template Engine 2026-04-05 07:46:49 +02:00
test_focus_area_usage_types.py feat: Implement focus area usage types management in API and UI 2026-04-06 07:28:19 +02:00
test_import_errors.py feat(csv-templates): Add CSV template validation endpoint and enhance error handling 2026-04-11 06:47:27 +02:00
test_import_row_processing.py feat(csv-import): Enhance row aggregation and validation features 2026-04-10 15:36:12 +02:00
test_mapping_suggest.py feat(csv-templates): Introduce CSV template analysis and validation features 2026-04-10 06:39:41 +02:00
test_placeholder_metadata_v2.py feat: Enhance placeholder resolution and error handling 2026-04-11 21:22:27 +02:00
test_placeholder_metadata.py feat: Complete Placeholder Metadata System (Normative Standard v1.0.0) 2026-03-29 20:32:37 +02:00
test_placeholder_modifier_d.py feat: Refine placeholder resolution with enhanced modifiers support 2026-04-11 21:58:29 +02:00
test_prompt_output_compact.py feat: enhance normalization of metric values for improved handling 2026-04-18 10:43:21 +02:00
test_reference_values_data_layer.py feat: add reference values snapshot endpoints and data layer functions 2026-04-19 10:52:31 +02:00
test_system_dashboard_product_default.py feat: add recovery_history_viz widget and enhance configuration handling 2026-04-22 10:18:02 +02:00
test_template_validator.py fix(csv_parser): Normalize header comparison in CSV template validation 2026-04-11 06:52:17 +02:00
test_training_profile_resolver.py feat: Add personal reference values management in settings and API 2026-04-06 19:45:06 +02:00
test_widget_catalog.py feat: Enhance dashboard layout and widget configuration 2026-04-08 07:41:16 +02:00
test_widget_feature_requirements_db.py feat: Implement widget-feature assignment management in admin dashboard 2026-04-08 12:26:28 +02:00