Skip to content
Snippets Groups Projects
Commit 0835923f authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.29.

parents a64c3a17 ede0b06b
No related branches found
No related tags found
No related merge requests found
Showing
with 1997 additions and 1365 deletions
......@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
## [0.29] - 2023-08-20
- More fixes to the survey model
- Fix small bugs in the progress bars
- Update the surveyjs version because it fixes a bug with the validation not jumping to the right question
- When editing the survey and clicking the back button now also gives a warning message if you stay on the survey website
- The conversion for prefill data now also includes data for the service matrix questions
- The next button is visible again to help with navigation
- The tooltips in the service matrix section are improved
- A completed survey can now not be saved anymore without validation
## [0.28] - 2023-08-16
- Added migration that updates all surveys to the fixed version
- Correctly handle read-only/edit mode (especially when user cannot edit)
......
......@@ -4,5 +4,6 @@ include compendium_v2/templates/survey-index.html
recursive-include compendium_v2/migrations/versions *
include compendium_v2/migrations/alembic.ini
recursive-include compendium_v2/background_task/xlsx *
include compendium_v2/conversion/NREN-Services-prefills_2023_Recovered.xlsx
include compendium_v2/routes/survey_model.json
recursive-exclude test *
This diff is collapsed.
......@@ -54,7 +54,8 @@
"react-chartjs-2": "^5.1.0",
"react-dom": "^18.2.0",
"react-icons": "4.8.0",
"react-router-dom": "^6.5.0"
"react-router-dom": "^6.5.0",
"xlsx": "^0.18.5"
},
"description": "## development environment",
"main": "index.js",
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
File added
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment