mitai-jinkendo/backend/csv_parser
Lars c0fcdea1fe
All checks were successful
Deploy Development / deploy (push) Successful in 48s
Build Test / pytest-backend (push) Successful in 3s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 16s
refactor(csv-import): Enhance nutrition data processing and template rendering
- Updated the nutrition import logic to utilize a new row processing specification, improving data aggregation and validation.
- Refactored the template rendering process in the workflow executor to use Jinja2's Environment with ChainableUndefined for better handling of missing attributes.
- Added backward-compatible shortcuts for accessing decision signals in node contexts, enhancing flexibility in template usage.
- Introduced import row processing options in CSV templates, allowing for more customizable data handling during imports.
2026-04-10 11:56:43 +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 refactor(csv-import): Enhance nutrition data processing and template rendering 2026-04-10 11:56:43 +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 refactor(csv-import): Enhance nutrition data processing and template rendering 2026-04-10 11:56:43 +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 refactor(csv-import): Enhance nutrition data processing and template rendering 2026-04-10 11:56:43 +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