17 lines
771 B
Plaintext
17 lines
771 B
Plaintext
CourseApplication
|
|
course CourseId
|
|
user UserId
|
|
field StudyFeaturesId Maybe -- associated degree course, user-defined; required for communicating grades
|
|
text Text Maybe -- free text entered by user
|
|
ratingVeto Bool default=false
|
|
ratingPoints ExamGrade Maybe
|
|
ratingComment Text Maybe
|
|
allocation AllocationId Maybe
|
|
allocationPriority Natural Maybe
|
|
time UTCTime default=now()
|
|
ratingTime UTCTime Maybe
|
|
CourseApplicationFile
|
|
application CourseApplicationId
|
|
file FileId
|
|
UniqueApplicationFile application file
|