Carine Dengler
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.
 (the contact node in the bar at the bottom has been changed, but according to the error message, the default contact node was used -...
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: ...
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...