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

Finished release 0.19.

parents 77ab29a9 68548f4b
Branches
Tags 0.19
No related merge requests found
Showing
with 32 additions and 4 deletions
......@@ -2,8 +2,13 @@
All notable changes to this project will be documented in this file.
## [0.19] - 2023-07-11
- Added survey functionality under new `/survey` route with a separate frontend from the compendium reports frontend
- Added authentication support for OIDC provider(s)
- Added survey question/data mapping & migration for 2022 survey
## [0.18] - 2023-05-31
- COMP-201 Funding SOurce UI
- COMP-201 Funding Source UI
- adding axis scale
- Font configuration fix
- funding source data 2021
......
MIT License
Copyright (c) 2022 GÉANT Vereniging
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
recursive-include compendium_v2/static *
include compendium_v2/templates/index.html *
include compendium_v2/templates/index.html
include compendium_v2/templates/survey-index.html
recursive-include compendium_v2/migrations/versions *
include compendium_v2/migrations/alembic.ini *
include compendium_v2/migrations/alembic.ini
recursive-include compendium_v2/background_task/xlsx *
include compendium_v2/routes/survey_model.json
......@@ -32,7 +32,7 @@ variable `SETTINGS_FILENAME` when running the service.
## Building the web application
For instructions on building the React frontend see `webapp/README.md`.
For instructions on building the React frontend see `<name>-webapp/README.md`.
## Running this module
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment