Mentions légales du service

Skip to content

Implement Single Transferable Vote question type

Quentin Grimaud requested to merge belenios-forks/belenios-swergas:stv-ui into master

Implement Single Transferable Vote question type

Current status: It works but needs a bit more manual testing. I will try to refactor a bit to improve code quality if I have time. and I had time to do a self-review and note possible improvements but not to implement them.

Notes:

  • Changes in frontend/package.json are meant to fix the execution of npm run i18n-extract which did not work anymore, because it was always using latest version of i18next-parser, but recent versions have added breaking changes. This can be considered as a first version of a fix, as a better version would be to implement conforming changes caused by breaking changes, but this would be a bit too much outside of scope of this merge request.
  • Changes in frontend/i18next-parser.config.js are here to keep the same spacing in translation files as the one which was used before above-mentioned change
  • Changes in INSTALL.md are here to help user find and navigate to the Server administrator guide from the INSTALL.md file
Edited by Quentin Grimaud

Merge request reports