chore(model): eppn as Text, move to User Types
This commit is contained in:
parent
022a4db05a
commit
14c2f6d82d
@ -18,14 +18,13 @@ type Points = Centi
|
|||||||
|
|
||||||
type Email = Text
|
type Email = Text
|
||||||
|
|
||||||
type UserTitle = Text
|
type UserTitle = Text
|
||||||
type UserFirstName = Text
|
type UserFirstName = Text
|
||||||
type UserSurname = Text
|
type UserSurname = Text
|
||||||
type UserDisplayName = Text
|
type UserDisplayName = Text
|
||||||
type UserIdent = CI Text
|
type UserIdent = CI Text
|
||||||
type UserMatriculation = Text
|
type UserMatriculation = Text
|
||||||
type UserEmail = CI Email
|
type UserEmail = CI Email
|
||||||
type UserEduPersonPrincipalName = CI Email
|
|
||||||
|
|
||||||
type StudyDegreeName = Text
|
type StudyDegreeName = Text
|
||||||
type StudyDegreeShorthand = Text
|
type StudyDegreeShorthand = Text
|
||||||
|
|||||||
@ -4,6 +4,9 @@ import Import.NoModel
|
|||||||
import Model.Types.TH.PathPiece
|
import Model.Types.TH.PathPiece
|
||||||
|
|
||||||
|
|
||||||
|
type UserEduPersonPrincipalName = CI Text
|
||||||
|
|
||||||
|
|
||||||
data SystemFunction
|
data SystemFunction
|
||||||
= SystemExamOffice
|
= SystemExamOffice
|
||||||
| SystemFaculty
|
| SystemFaculty
|
||||||
|
|||||||
Reference in New Issue
Block a user