Changes between Version 3 and Version 4 of RelationalDesign
- Timestamp:
- 12/07/22 16:19:33 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v3 v4 18 18 • Quiz Taker(__**userID__***(user), tournamentID*(tournament), tournamentPhaseID*(tournament Phase)) 19 19 20 • Tournament Organizer(__**userID__***( user), **tournamentID***(tournament))20 • Tournament Organizer(__**userID__***(moderator), **tournamentID***(tournament)) 21 21 22 22 • Tournament(__**tournamentID**__, **tournamentName**) … … 30 30 • Quiz(__**quizID**__, **categoryID***(category), **quizName**, tournamentPhaseID*(tournament Phase)) 31 31 32 • Medal(__**medalID**__, **userID***( user), **tournamentID***(tournament), **medalName**, **description**)32 • Medal(__**medalID**__, **userID***(quizTaker), **tournamentID***(tournament), **medalName**, **description**) 33 33 34 34 • Question(__**questionID**__, **questionText**, **quizID***(quiz)) … … 44 44 • Selected Choice(__**choiceID**__*(choice)) 45 45 46 • Attempt(__**attemptID**__, **userID***( user), **attemptDate**, **quizID***(quiz))46 • Attempt(__**attemptID**__, **userID***(quizTaker), **attemptDate**, **quizID***(quiz)) 47 47 48 48 • Result(__**resultID**__, **attemptID***(attempt), **points**) … … 52 52 • quiz_is_part_of_tournament(__**quizID**__*(quiz), __**tournamentID**__*(tournament)) 53 53 54 • tournamentOrganizer_hosts _tournament(__**userID**__*( user), __**tournamentID**__*(tournament))54 • tournamentOrganizer_hosts _tournament(__**userID**__*(tournamentOrganizer), __**tournamentID**__*(tournament)) 55 55 56 56 • question_is_part_of_quiz(__**questionID**__*(question), __**quizID**__*(quiz)) 57 57 58 • quizTaker_participates_in_tournament(__**userID**__*( user), __**tournamentID**__*(tournament))58 • quizTaker_participates_in_tournament(__**userID**__*(quizTaker), __**tournamentID**__*(tournament)) 59 59 60 • quizTaker_participates_in_tournamentPhase(__**userID**__*( user), __**tournamentPhaseID**__*(tournament Phase))60 • quizTaker_participates_in_tournamentPhase(__**userID**__*(quizTaker), __**tournamentPhaseID**__*(tournament Phase)) 61 61 62 62 • medal_is_awarded_to_quizTaker(__**medalID**__*(medal), __**userID**__*(user))