diff --git a/messages/uniworx/de.msg b/messages/uniworx/de.msg index a3aa6fa5b..360d5faeb 100644 --- a/messages/uniworx/de.msg +++ b/messages/uniworx/de.msg @@ -1522,7 +1522,7 @@ AllocationRegister: Bewerbung AllocationRegisterClosed: Die Zentralanmeldung ist aktuell geschlossen. AllocationRegisterOpensIn difftime@Text: Die Zentralanmeldung öffnet voraussichtlich in #{difftime} AllocationStaffAllocationFrom: Bewertung der Bewerbungen ab -AllocationStaffAllocation: Bewerbungsbewertung +AllocationStaffAllocation: Bewertung der Bewerbungen AllocationProcess: Platzvergabe AllocationNoApplication: Keine Bewerbung AllocationPriority: Priorität @@ -1587,4 +1587,6 @@ SchoolExists ssh@SchoolId: Institut „#{ssh}“ existiert bereits SchoolAdmin: Admin SchoolLecturer: Dozent SchoolEvaluation: Kursumfragenverwaltung -SchoolExamOffice: Prüfungsamt \ No newline at end of file +SchoolExamOffice: Prüfungsamt + +ApplicationEditTip: Während des Bewerbungszeitraums können eigene Bewerbungen beliebig angepasst und auch wieder zurückgezogen werden. \ No newline at end of file diff --git a/src/Handler/Allocation/Show.hs b/src/Handler/Allocation/Show.hs index b31ae9273..bb6410ef0 100644 --- a/src/Handler/Allocation/Show.hs +++ b/src/Handler/Allocation/Show.hs @@ -46,8 +46,8 @@ getAShowR tid ssh ash = do let title = MsgAllocationTitle (mr . ShortTermIdentifier $ unTermKey allocationTerm) (unSchoolKey allocationSchool) allocationName shortTitle = MsgAllocationShortTitle (mr . ShortTermIdentifier $ unTermKey allocationTerm) (unSchoolKey allocationSchool) allocationShorthand - staffInformation <- anyM courses $ \(view $ resultCourse . _entityVal -> Course{..}) -> - hasReadAccessTo $ CourseR courseTerm courseSchool courseShorthand CApplicationsR + -- staffInformation <- anyM courses $ \(view $ resultCourse . _entityVal -> Course{..}) -> + -- hasReadAccessTo $ CourseR courseTerm courseSchool courseShorthand CApplicationsR mayRegister <- hasWriteAccessTo $ AllocationR tid ssh ash ARegisterR (registerForm, registerEnctype) <- generateFormPost . renderAForm FormStandard . allocationRegisterForm $ allocationUserToForm . entityVal <$> registration let diff --git a/templates/allocation/show.hamlet b/templates/allocation/show.hamlet index 29024f2e4..5d5462da4 100644 --- a/templates/allocation/show.hamlet +++ b/templates/allocation/show.hamlet @@ -24,15 +24,14 @@ $newline never _{MsgAllocationRegisterFrom}
^{formatTimeRangeW SelFormatDateTime fromT allocationRegisterTo} - $if staffInformation - $maybe fromT <- allocationStaffAllocationFrom -
- $maybe _ <- allocationStaffAllocationTo - _{MsgAllocationStaffAllocation} - $nothing - _{MsgAllocationStaffAllocationFrom} -
- ^{formatTimeRangeW SelFormatDateTime fromT allocationStaffAllocationTo} + $maybe fromT <- allocationStaffAllocationFrom +
+ $maybe _ <- allocationStaffAllocationTo + _{MsgAllocationStaffAllocation} + $nothing + _{MsgAllocationStaffAllocationFrom} +
+ ^{formatTimeRangeW SelFormatDateTime fromT allocationStaffAllocationTo} $# TODO show datetime of automatic allocation $# @@ -78,6 +77,7 @@ $if not (null courseWidgets)

_{MsgAllocationPriorityTip}

_{MsgAllocationPriorityRelative} +

_{MsgApplicationEditTip}

$forall courseWgt <- courseWidgets ^{courseWgt} diff --git a/templates/allocation/show.lucius b/templates/allocation/show.lucius index 7e2e4f406..ebbaab266 100644 --- a/templates/allocation/show.lucius +++ b/templates/allocation/show.lucius @@ -1,4 +1,4 @@ -.allocation__label { +.allocation__label, .allocation__explanation { color: var(--color-fontsec); font-style: italic; } diff --git a/templates/i18n/allocation-info/de.hamlet b/templates/i18n/allocation-info/de.hamlet index e1379d2c4..3a251e91e 100644 --- a/templates/i18n/allocation-info/de.hamlet +++ b/templates/i18n/allocation-info/de.hamlet @@ -33,6 +33,8 @@ $newline text zuweisen, zwischen "dieser Kurs wäre meine erste Wahl" und "diesen Kurs besuche ich auf keinen Fall". Es kann auch mehreren Kursen die gleiche Priorität eingeräumt werden. +

+ Bewerbungen für und Prioritisierung der Kurse können innerhalb des Bewerbungszeitraums beliebig angepasst und zurückgezogen werden.

Studierende können auch mehr als einen Platz in verschiedenen Kursen einer Zentralanmeldung anfordern,