Carine Dengler

Results 15 issues of Carine Dengler

includes all the relevant files for the new dockerized deployment, including a helper script to set up/tear down a development environment

adds EPFL logo to the header and uses EPFL colours

adds automated front end tests N.B.: the tests will fail on this head, as they test changes that are in different PRs, as I try to keep the PRs as...

It remains in the same view. Reloading the page resets the form but the ID remains the same.

web frontend

![Screenshot 2023-09-01 at 17-09-11 D-Voting](https://github.com/dedis/d-voting/assets/15922677/f3381cde-1847-4cde-a7ab-fb73ad9edd5b) (the contact node in the bar at the bottom has been changed, but according to the error message, the default contact node was used -...

web frontend
web backend
disable-feature

The form contained 3 fields to be filled in with text (alphabet only), like this: R: G: B: The (correct) results are displayed as follows: ![Screenshot 2023-09-01 at 13-46-19 D-Voting](https://github.com/dedis/d-voting/assets/15922677/6ff91b19-6a16-4181-bb7d-9b4c07eb999c)...

web frontend

I observed this behaviour also before testing https://github.com/dedis/dela/pull/270 but as the number of missing votes were a lot smaller (like off-by-one or by 3) I thought nothing of it, but...

currently, it is possible to create an empty form (no titles, no subjects, ...) * make the English title mandatory see also https://github.com/dedis/d-voting/issues/309 * make at least one option mandatory

deleting a form is rejected by the backend: `d-voting-dela-worker-0-1 | 2023-08-30T09:40:14Z WRN pkg/mod/go.dedis.ch/[email protected]/core/ordering/cosipbft/pbft/mod.go:639 > transaction not accepted addr=dela-worker-0:2000 reason="failed to decrypt ballots: wrong type of transaction: types.DeleteForm"`

The backend e.g. sends the information in the form of `{en: 'english title', de: 'german title', fr: 'french title'}` which gets transformed into flat strings Title, TitleDe and TitleFr, which...