mitai-jinkendo/backend/csv_parser
Lars 894ee1dd02
All checks were successful
Deploy Development / deploy (push) Successful in 48s
Build Test / pytest-backend (push) Successful in 4s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 16s
refactor(csv_parser): Update training type resolution to use existing database cursor
- Modified `_resolve_training_type_for_activity` to accept a database cursor, improving efficiency and avoiding potential deadlocks during CSV imports.
- Introduced `get_training_type_for_activity_with_cursor` to handle training type resolution with an existing cursor, streamlining database interactions.
- Updated related calls in the activity import logic to utilize the new function, ensuring consistent behavior across the application.
2026-04-11 06:27: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(csv-import): Add blood pressure and activity row diagnosis functionality 2026-04-10 16:43:00 +02:00
executor.py refactor(csv_parser): Update training type resolution to use existing database cursor 2026-04-11 06:27:11 +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_row_processing.py feat(csv-import): Enhance row aggregation and validation features 2026-04-10 15:36:12 +02:00
mapping_suggest.py feat(csv-import): Add blood pressure and activity row diagnosis functionality 2026-04-10 16:43:00 +02:00
module_registry.py feat(csv-import): Add blood pressure and activity row diagnosis functionality 2026-04-10 16:43:00 +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
type_converter.py Bug Fix für type_converter.py und executor.py 2026-04-10 16:52:11 +02:00