feat(applications-list): add warning regarding features of study

This commit is contained in:
Sarah Vaupel 2020-03-22 17:55:33 +01:00
parent 1a86c1b8fd
commit cdbe12c726
5 changed files with 18 additions and 1 deletions

View File

@ -2423,4 +2423,4 @@ AllocationUserNewMatches: Neue Zuteilungen
AllocationUsersCount: Teilnehmer
AllocationCoursesCount: Kurse
CourseOption tid@TermId ssh@SchoolId coursen@CourseName: #{tid} - #{ssh} - #{coursen}
CourseOption tid@TermId ssh@SchoolId coursen@CourseName: #{tid} - #{ssh} - #{coursen}

View File

@ -680,6 +680,8 @@ postCApplicationsR tid ssh csh = do
mapM_ addMessage' <=< execWriterT $ registerUsers cid applicants
redirect $ CourseR tid ssh csh CUsersR
let
studyFeaturesWarning = $(i18nWidgetFile "applications-list-info")
siteLayoutMsg title $ do
setTitleI title

View File

@ -25,4 +25,5 @@ $if mayAccept
<section>
<h2>_{MsgMenuCourseApplications}
^{notification NotificationBroad =<< messageWidget Warning studyFeaturesWarning}
^{table}

View File

@ -0,0 +1,7 @@
$newline never
<p>
Beachten Sie bitte, dass Uni2work die Studiendaten von der zentralen Verwaltung bezieht und deswegen die Daten, insbesondere das Fachsemester und das Studienfach, oft nicht dem aktuellen Stand entsprechen oder gar fehlen können (Studiengangswechsel, Fachsemestereinstufungen, ...).
<p>
Widersprechen Sie daher bitte nicht aufgrund der Studiendaten, oder weil Studiendaten fehlen, der Zuteilung eines Studierenden zu Ihrem Kurs (Veto bzw. 5.0).
<p>
Der Studienfortschritt der Bewerber fließt über die Berechnung der Dringlichkeit, mit der ein Studierender einen Platz benötigt, in die Vergabe mit ein.

View File

@ -0,0 +1,7 @@
$newline never
<p>
Please note that Uni2work obtains the features of study from the central administration and therefore this data (especially semester and subject) often is out of date or may even be missing (change of field of study, semester classification, ...).
<p>
Therefore, please do not reject applicants because of their features of study or because of missing features of study (veto or 5.0).
<p>
The study progress of the applicants influences the allocation by means of the urgency with which a student needs a place.