albrechtjan / workload

Survey web application for TU Dresden
survey.zqa.tu-dresden.de
GNU Affero General Public License v3.0
0 stars 0 forks source link

add fachsemester information #36

Closed KonstantinSchubert closed 9 years ago

KonstantinSchubert commented 9 years ago

Mein Vorschlag wäre eher, dass die Studenten ihr Fachsemester angeben, wenn sie eine Veranstaltung zur Liste ihrer Veranstaltungen hinzufügen. Alternativ könnte man das Fachsemester auch zu Beginn jedes Semesters abfragen. Die Semesterzahl wird dann in jedem Fall zusammen mit den wöchentlichen Daten in der Datenbank abgelegt.

KonstantinSchubert commented 9 years ago

http://south.readthedocs.org/en/latest/tutorial/

KonstantinSchubert commented 9 years ago

http://south.readthedocs.org/en/latest/convertinganapp.html#converting-an-app

KonstantinSchubert commented 9 years ago

As a first step, I added a field "semesterOfStudy" via migrations

KonstantinSchubert commented 9 years ago

You can now manually edit the fachsemester in the settings but the result is not yet being saved.

Also no reminder yet. And maybe we instead want to get the fachsemester information from shibboleth.

KonstantinSchubert commented 9 years ago

The result is now being saved but there is still no reminder and no import from shibboleth

KonstantinSchubert commented 9 years ago

we want to do it via shibboleth: https://github.com/KonstantinSchubert/workload/blob/master/server-side/workload/workloadApp/backends.py#L23

KonstantinSchubert commented 9 years ago

fixed