mitai-jinkendo/backend/csv_parser
Lars 5a0c71dd90
Some checks failed
Deploy Development / deploy (push) Successful in 55s
Build Test / pytest-backend (push) Failing after 1s
Build Test / lint-backend (push) Successful in 1s
Build Test / build-frontend (push) Successful in 17s
feat(csv-import): Implement SAVEPOINT handling for vitals baseline import
- Updated the CSV import logic to include SAVEPOINT management, allowing for better error handling during the vitals baseline import process.
- Enhanced the SQL migration script to drop existing CHECK constraints related to the 'source' field, ensuring compatibility with the new universal CSV import.
- Incremented DB_SCHEMA_VERSION to "20260409c" to reflect these changes and improve the import process reliability.
2026-04-10 16:11:08 +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-parser): Introduce header signature ranking metrics for enhanced CSV analysis 2026-04-10 07:08:21 +02:00
executor.py feat(csv-import): Implement SAVEPOINT handling for vitals baseline import 2026-04-10 16:11:08 +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): Refactor CSV import logic and enhance data handling 2026-04-10 09:54:32 +02:00
module_registry.py feat(csv-import): Enhance row aggregation and validation features 2026-04-10 15:36:12 +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 feat(workflows): Update CI configuration and enhance testing conditions 2026-04-10 10:27:59 +02:00