CSC/ECE 517 Fall 2018/E1872 Track Time Students Look At Other Submissions: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "Database shcema design For this project, the table submission_viewing_events stores all the time needed for each review submission event. The application records reviewer_id an...")
 
No edit summary
Line 2: Line 2:




For this project, the table submission_viewing_events stores all the time needed for each review submission event. The application records reviewer_id and reviewee_id, source_link for submitted links or file names, as well as time start_at and end_at, then store them in the table.
  For this project, the table submission_viewing_events stores all the time needed for each review submission event. The application records reviewer_id and  
  reviewee_id, source_link for submitted links or file names, as well as time start_at and end_at, then store them in the table.

Revision as of 22:46, 13 November 2018

Database shcema design


 For this project, the table submission_viewing_events stores all the time needed for each review submission event. The application records reviewer_id and 
 reviewee_id, source_link for submitted links or file names, as well as time start_at and end_at, then store them in the table.