feat(applications-list): add warning regarding features of study
This commit is contained in:
parent
1a86c1b8fd
commit
cdbe12c726
@ -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}
|
||||
|
||||
@ -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
|
||||
|
||||
@ -25,4 +25,5 @@ $if mayAccept
|
||||
|
||||
<section>
|
||||
<h2>_{MsgMenuCourseApplications}
|
||||
^{notification NotificationBroad =<< messageWidget Warning studyFeaturesWarning}
|
||||
^{table}
|
||||
|
||||
@ -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.
|
||||
7
templates/i18n/applications-list-info/en-eu.hamlet
Normal file
7
templates/i18n/applications-list-info/en-eu.hamlet
Normal 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.
|
||||
Loading…
Reference in New Issue
Block a user