Commit Graph

15 Commits

Author SHA1 Message Date
7861082a02 Set default values for empty "priority" column in spreadsheets.
Added logic to assign a default value of 1 to empty "priority" fields in the spreadsheet service. Adjusted the router to correctly track columns explicitly marked as defaulted.
2025-01-14 22:18:14 +01:00
c0951292d0 Refactor spreadsheet handling to track corrections and defaults
Improved the backend's value cleaning to differentiate between corrections and defaults, logging metadata for clearer traceability. Updated frontend to display corrected/defaulted fields with visual cues and tooltips for better user feedback. Enhanced data models and response structures to support this richer metadata.
2025-01-14 21:46:11 +01:00
f6c19cc4da Refactor spreadsheet processing to improve validation logic
Enhanced value cleaning and validation for spreadsheet data with dynamic handling of columns and corrections. Improved feedback for users with detailed error messages and visual indicators for corrected or defaulted values. Simplified backend and frontend logic for better maintainability and usability.
2025-01-13 21:55:15 +01:00
35369fd13c Add column type mapping and enhance validation
Introduced a backend mapping for column expected types, improving validation and error handling. Updated UI to highlight default and corrected values, with additional detailed validation for data collection parameters.
2025-01-07 16:07:13 +01:00
92306fcfa6 Add column type mapping and enhance validation
Introduced a backend mapping for column expected types, improving validation and error handling. Updated UI to highlight default and corrected values, with additional detailed validation for data collection parameters.
2025-01-07 15:45:08 +01:00
0178de96fd fixing bugs with ci pipeline 2024-12-16 22:50:04 +01:00
a0be71bdfe Fix formatting with black 2024-12-16 10:41:56 +01:00
dbebfd6d5a Now with working validation and correction feedback 2024-11-08 11:44:14 +01:00
1fa61f0e78 added script to generate open api scheme automatically - execute with npm run watch:openapi 2024-11-08 11:28:12 +01:00
501d09e6aa added error recognition in spreadsheet 2024-11-07 14:27:49 +01:00
8f82a3b7fe added error recognition in spreadsheet 2024-11-07 10:10:53 +01:00
eed50aa942 Added TELL spreadsheet template 2024-11-06 16:54:34 +01:00
3cf9c669b9 Validator functionnal 2024-11-06 15:54:09 +01:00
91468da9ed now with the heidi v1 spreadsheet validator 2024-11-05 23:13:36 +01:00
8cec4cb8df upload dialog is uploading a file 2024-11-05 14:08:34 +01:00