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 polls - Fix for large file upload #239

Closed DevPhilB closed 4 years ago

DevPhilB commented 4 years ago

Features:

Fixes:

Poll-Create Poll-Vote Poll-Result
DevPhilB commented 4 years ago

Everything works and looks good. Especially the bar chart representation looks professional. All custom tests passed successfully.

Only ESLint shows the following error: "Expected linebreaks to be 'LF' but found 'CRLF'".

Please approve this PR.

ESLint doesn't throw any error on our CI, it's a local thing and you can change it in Visual Studio Code (bottom right corner) from CRLF to LF if you want. Git does this automatically for you if you commit your changes.