chore(model): eppn as Text, move to User Types

This commit is contained in:
Sarah Vaupel 2022-02-08 22:17:20 +01:00 committed by Sarah Vaupel
parent 022a4db05a
commit 14c2f6d82d
2 changed files with 10 additions and 8 deletions

View File

@ -18,14 +18,13 @@ type Points = Centi
type Email = Text
type UserTitle = Text
type UserFirstName = Text
type UserSurname = Text
type UserDisplayName = Text
type UserIdent = CI Text
type UserMatriculation = Text
type UserEmail = CI Email
type UserEduPersonPrincipalName = CI Email
type UserTitle = Text
type UserFirstName = Text
type UserSurname = Text
type UserDisplayName = Text
type UserIdent = CI Text
type UserMatriculation = Text
type UserEmail = CI Email
type StudyDegreeName = Text
type StudyDegreeShorthand = Text

View File

@ -4,6 +4,9 @@ import Import.NoModel
import Model.Types.TH.PathPiece
type UserEduPersonPrincipalName = CI Text
data SystemFunction
= SystemExamOffice
| SystemFaculty