mitai-jinkendo/backend/csv_parser
Lars 41cc0ed2a8
Some checks failed
Deploy Development / deploy (push) Successful in 54s
Build Test / pytest-backend-csv (push) Failing after 4s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 16s
feat(csv-import): Enhance Apple sleep CSV import functionality
- Integrated date parsing improvements using dateutil for better handling of various date formats in sleep data.
- Added total sleep hours to the nights dictionary for comprehensive sleep analysis.
- Updated the import logic to handle cases where sleep duration is zero, providing appropriate warnings.
- Enhanced the CSV import interface to detect Apple sleep CSV format and provide user feedback on template selection.
- Improved the admin CSV template editor to accommodate new sleep import requirements and clarify usage instructions.
2026-04-10 07:52:04 +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): Enhance CSV import functionality with new modules and tests 2026-04-10 07:30:48 +02:00
mapping_suggest.py feat(csv-import): Enhance CSV import functionality with new modules and tests 2026-04-10 07:30:48 +02:00
module_registry.py feat(csv-import): Enhance CSV import functionality with new modules and tests 2026-04-10 07:30:48 +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(csv-parser): Enhance CSV parsing with header normalization and flexible date handling 2026-04-10 06:23:46 +02:00