mitai-jinkendo/backend/csv_parser
Lars 26ab11eb7b
Some checks failed
Deploy Development / deploy (push) Successful in 55s
Build Test / pytest-backend-csv (push) Failing after 1m4s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 16s
feat(csv-import): Enhance CSV import functionality with new modules and tests
- Added support for new CSV import modules: sleep and vitals_baseline, expanding the import capabilities.
- Implemented backend logic for handling CSV imports related to sleep and vitals baseline, including error handling and data processing.
- Updated frontend components to include new modules in the CSV import interface, improving user experience.
- Introduced unit tests for the new import functionalities to ensure reliability and correctness.
- Enhanced existing CSV analysis features to accommodate the new modules, ensuring consistent behavior across the application.
2026-04-10 07:30:48 +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 CSV import functionality with new modules and tests 2026-04-10 07:30:48 +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