22 lines
704 B
Plaintext
22 lines
704 B
Plaintext
-- EXAMS ARE TODO:
|
|
Exam
|
|
course CourseId
|
|
name Text
|
|
description Text
|
|
begin UTCTime
|
|
end UTCTime
|
|
registrationBegin UTCTime
|
|
registrationEnd UTCTime
|
|
deregistrationEnd UTCTime
|
|
ratingVisible Bool
|
|
statisticsVisible Bool
|
|
--ExamEdit
|
|
-- user UserId
|
|
-- time UTCTime
|
|
-- exam ExamId
|
|
--ExamUser
|
|
-- user UserId
|
|
-- examId ExamId
|
|
-- -- CONTINUE HERE: Include rating in this table or separately?
|
|
-- UniqueExamUser user examId
|
|
-- By default this file is used in Model.hs (which is imported by Foundation.hs) |