Merge branch '436-administrator-lecturertype' into 'master'
feat(course admin): done Closes #436 See merge request uni2work/uni2work!49
This commit is contained in:
commit
8e5185a840
@ -277,4 +277,5 @@ MailSubjectLecturerInvitation tid@TermId ssh@SchoolId csh@CourseShorthand: [#{ti
|
||||
LecturerInvitationAccepted lType@Text csh@CourseShorthand: Sie wurden als #{lType} für #{csh} eingetragen
|
||||
CourseExamRegistrationTime: Angemeldet seit
|
||||
CourseParticipantStateIsActiveFilter: Ansicht
|
||||
CourseApply: Zum Kurs bewerben
|
||||
CourseApply: Zum Kurs bewerben
|
||||
CourseAdministrator: Kursadministrator:in
|
||||
@ -277,3 +277,4 @@ LecturerInvitationAccepted lType csh: You were registered as #{lType} for #{csh}
|
||||
CourseExamRegistrationTime: Registered since
|
||||
CourseParticipantStateIsActiveFilter: View
|
||||
CourseApply: Apply for course
|
||||
CourseAdministrator: Course administrator
|
||||
@ -14,7 +14,7 @@ import Model.Types.TH.PathPiece
|
||||
import Utils.Lens.TH
|
||||
|
||||
|
||||
data LecturerType = CourseLecturer | CourseAssistant
|
||||
data LecturerType = CourseLecturer | CourseAssistant | CourseAdministrator
|
||||
deriving (Eq, Ord, Read, Show, Enum, Bounded, Generic, Typeable)
|
||||
deriving (Universe, Finite, NFData)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user