Conversation
* FAC-23 : Concrete Ingestion Adapters (CSV & Excel)#46 feat: Implement CSV and Excel ingestion adapters (#46) - Added CSVAdapter and ExcelAdapter for processing CSV and Excel files. - Integrated csv-parser and exceljs libraries for efficient file handling. - Created base-stream adapter to handle common functionality for both adapters. - Implemented key normalization and error handling in both adapters. - Added unit tests for CSV and Excel adapters to ensure functionality and robustness. - Defined FileStorageProvider interface for stream retrieval. - Updated package.json to include new dependencies. * FAC-24: Update questionnaire versioning and status management #47 - Changed questionnaire version status from PUBLISHED/ARCHIVED to ACTIVE/DEPRECATED. - Introduced strict lifecycle states for questionnaires: DRAFT, ACTIVE, DEPRECATED. - Updated data model to include new status and published_at fields. - Implemented migration to adjust existing data to new status values. - Enhanced service methods to handle version creation, publishing, and deprecation with new status logic. - Added new API endpoints for retrieving the latest active version and deprecating versions. - Updated tests to cover new functionality and ensure proper exception handling. * FAC-25 Publish Contract workflow fix (#48) * feat: added jwt guard to submissions endpoint * fix: rework publish contract workflow * Fac-26 Submission Lifecycle: Draft and Submitted States (#49) * FAC-27 chore: refactored file structure and fixed migrations #50 * FAC-28: added pino logger for structured logging (#51) * FAC-28: added pino logger for structured logging * chore: removed default console logger on main runtime * FAC-29 chore: refactored file structure and added verify script #52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: Implement CSV and Excel ingestion adapters (#46)
FAC-25 Publish Contract workflow fix (FAC-25 Publish Contract workflow fix #48)
feat: added jwt guard to submissions endpoint
fix: rework publish contract workflow
Fac-26 Submission Lifecycle: Draft and Submitted States (Fac-26 Submission Lifecycle: Draft and Submitted States #49)
FAC-27 chore: refactored file structure and fixed migrations FAC-27 chore: refactored file structure and fixed migrations #50
FAC-28: added pino logger for structured logging (FAC-28: added pino logger for structured logging #51)
FAC-28: added pino logger for structured logging
chore: removed default console logger on main runtime
FAC-29 chore: refactored file structure and added verify script FAC-29 chore: refactored file structure and added verify script #52