mitai-jinkendo/backend/tests
Lars 0629f88b37
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(csv-templates): Add CSV template validation endpoint and enhance error handling
- Introduced a new endpoint for validating CSV templates without saving, allowing users to check field mappings and type conversions.
- Updated the `create_system_template` and `update_system_template` functions to include validation reports in responses.
- Enhanced error handling in CSV import processes by integrating `enrich_row_error` for more informative error messages.
- Improved the AdminCsvTemplateEditorPage to support format checking and display validation results, enhancing user experience.
- Incremented version numbers for `csv_import` and `admin_csv_templates` to reflect these updates.
2026-04-11 06:47:27 +02:00
..
test_csv_import_executor.py feat(csv-import): Add blood pressure and activity row diagnosis functionality 2026-04-10 16:43:00 +02:00
test_csv_parser_core.py feat(schema, csv_parser): Update activity log schema and parsing logic 2026-04-11 06:41:23 +02:00
test_dashboard_layout_schema.py feat: Enhance dashboard layout and widget configuration 2026-04-08 07:41:16 +02:00
test_dashboard_widget_config.py feat: Add new widgets and enhance configuration validation 2026-04-07 20:58:44 +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: Placeholder Metadata V2 - Normative Implementation + ZIP Export Fix 2026-03-29 21:23:37 +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_reference_values_data_layer.py feat: Update reference values and introduce pilot visualization module 2026-04-07 10:15:13 +02:00
test_system_dashboard_product_default.py feat: Introduce admin dashboard product standard management 2026-04-08 10:32:18 +02:00
test_template_validator.py feat(csv-templates): Add CSV template validation endpoint and enhance error handling 2026-04-11 06:47:27 +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