mitai-jinkendo/backend/csv_parser
Lars ca8cee990b
All checks were successful
Deploy Development / deploy (push) Successful in 1m1s
Build Test / pytest-backend (push) Successful in 4s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 16s
feat: Enhance activity metrics handling and documentation
- Updated the README to include new activity production architecture and phases, improving clarity on the development roadmap.
- Enhanced the `ACTIVITY_SESSION_METRICS_EAV_AGENT_GUIDE` with details on the target architecture and phase plan for production readiness.
- Introduced a new function `merge_column_backed_and_eav_metrics` to streamline the merging of metrics from column-backed and EAV sources, ensuring data integrity and reducing duplication.
- Refactored session metrics handling to eliminate deprecated synchronization methods, improving the overall efficiency of data processing.
- Added unit tests for the new merging logic, ensuring robust validation of metrics handling.
2026-04-15 16:59:11 +02:00
..
__init__.py feat(csv-parser): Implement CSV import functionality with mapping and type conversion 2026-04-09 21:37:19 +02:00
core.py feat: Enhance CSV header normalization and mapping for activity data 2026-04-15 10:04:32 +02:00
executor.py feat: Refactor activity import logic and enhance CSV handling 2026-04-15 10:35:48 +02:00
field_units.py feat(csv-import): Enhance source unit handling and custom conversion options 2026-04-10 11:19:44 +02:00
import_errors.py feat(csv-templates): Add CSV template validation endpoint and enhance error handling 2026-04-11 06:47:27 +02:00
import_row_processing.py feat: Enhance CSV import and validation for activity module 2026-04-15 08:12:58 +02:00
mapping_suggest.py feat: Enhance CSV import and validation for activity module 2026-04-15 08:12:58 +02:00
module_registry.py feat: Enhance activity metrics handling and documentation 2026-04-15 16:59:11 +02:00
permissions.py feat(csv-parser): Implement CSV import functionality with mapping and type conversion 2026-04-09 21:37:19 +02:00
sleep_apple_import.py feat(csv-import): Enhance Apple sleep CSV import functionality 2026-04-10 07:52:04 +02:00
template_validator.py feat: Enhance CSV import and validation for activity module 2026-04-15 08:12:58 +02:00
type_converter.py feat: Enhance CSV header normalization and mapping for activity data 2026-04-15 10:04:32 +02:00