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 & Display of surveys #21 - Fix for #253 #262 #268

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 Survey-Display
DevPhilB commented 4 years ago

The implementation works and looks good. The survey editor still can be scrolled to the right with a touch pad. But this is a minor problem.

The only things that aren't working are multiple choice polls. Even if the check boxes are displayed correctly, only one answer is submitted [...].

This should be fixed before the branch is merged into development.

Of course, this was fixed with 79db2fdf42b9368cb390b3c8e2b12ad9cd3888f2:

Pizza-Poll-1 Pizza-Poll-2

I have added also a check for duplicate answers.