c4dt / d-voting

📧 E-Voting platform based on the Dela blockchain
https://dedis.github.io/d-voting
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

clean up test directory, and initial add form management tests #89

Closed PascalinDe closed 7 months ago

PascalinDe commented 7 months ago

This PR includes some clean up of the test directory, adds form management tests and resolves the UI part of #81

PascalinDe commented 7 months ago

I like the change from evoting to forms, but some of the elements are still evoting. Is it worth changing them to forms, too? Instead of

* json/evoting/{dkgActors,forms}

* json/{dkgActors,forms}

the json directory is following the API, so the documents for /evoting/whatever are in json/evoting, the documents for /api/* are in json/api