conclurer / midnightboard

University Project for the development of a digital notice board.
https://www.uni-ulm.de/in/fakultaet/studium/inf-mi/studienplanung-se/apse/
MIT License
1 stars 3 forks source link

Editor for surveys #78 - Fix for vote multiple times #253 #260

Closed DevPhilB closed 4 years ago

DevPhilB commented 4 years ago

Features:

Fixes:

To check if post & survey was created use the following SQL statement: SELECT * FROM "post" WHERE type_of_post = 'application/survey'; SELECT * FROM "survey" LIMIT 1000;

Survey-Editor
DevPhilB commented 4 years ago

Closed this PR in favor of #268. Reasons: