Skip to content

Comments

Release February 22, 2026 (#53)#54

Merged
y4nder merged 1 commit intomasterfrom
release/feb-22-2026
Feb 22, 2026
Merged

Release February 22, 2026 (#53)#54
y4nder merged 1 commit intomasterfrom
release/feb-22-2026

Conversation

@y4nder
Copy link
Member

@y4nder y4nder commented Feb 22, 2026

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.
  • 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-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
@y4nder y4nder self-assigned this Feb 22, 2026
@y4nder y4nder merged commit 7ae135a into master Feb 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant