app-gelinkt-notuleren 2.2.0

Enhancements

  • Agenda order starts from 1 in read only view

  • Include agenda point number in agenda/notulen publication

  • Moved voting totals / buttons above voting management table

  • prepublisher: use classification in voting phrase (#51)

  • prepublisher: sorted voting participants based on lastname

  • Added support for file uploads and attachments in the backend

  • Added release-it and lerna-changelog configs

Fixes

  • prepublisher: determine treatment before the current treatment based on the agenda

  • publication: intro not shown in publication

  • publication: strong tag not properly closed in intermissions

Internal

Deployment guide

  1. set up the maintenance frontend in docker-compose.override.yml

  2. optional: create a backup of the database with /data/useful-scripts/virtuoso-backup.sh ${name-of-container}

  3. bring down everything with docker-compose down

  4. bring up just the maintenance frontend with docker-compose up -d editor

  5. checkout the v2.2.0 tag

  6. docker-compose up -d virtuoso migrations

  7. check if migrations have finished successfully with docker-compose logs -f migrations

  8. if necessary modify/add new environment variables in docker-compose.override.yml

  9. Production only: make sure to bump the version of controle-editor to the correct frontend version (2.9.0)

  10. remove (comment out) maintenance frontend from docker-compose.override.yml

  11. start the stack docker-compose up -d

  12. verify it's up

Deployments

environment

deployment date

QA

16/07/2021

Sandbox (gebruikerssessie)

19/07/2021

PROD

26/07/2021

Last updated