Bug 24 - Need a better directory structure when storing students' assignments
Summary: Need a better directory structure when storing students' assignments
Status: CONFIRMED
Alias: None
Product: Lab Report Repository (nor houzi)
Classification: Unclassified
Component: File storage (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- major
Deadline: 2019-06-30
Assignee: Hui Lan
URL:
Depends on:
Blocks:
 
Reported: 2019-06-05 22:32 CST by Hui Lan
Modified: 2019-06-05 22:33 CST (History)
1 user (show)

See Also:


Attachments
directory structure needs improvement (39.11 KB, image/png)
2019-06-05 22:32 CST, Hui Lan
Details

Description Hui Lan 2019-06-05 22:32:33 CST
Created attachment 10 [details]
directory structure needs improvement

Currently we use the following directory structure to store a student's assignment submissions (e.g., see the attached picture):

/student-number/assignment-title/assignment-submission.zip


This structure is fine if the student takes only one course. But if he took multiple courses that have the same assignment-title, then there is a potential conflict.

To avoid this, we could either use

/student-number/course-code/assignment-title_assignement-id/assignment-submission.zip


or use

/student-number/course-code/semester/assignment-submission.zip

Which one is better?

-Hui

Note You need to log in before you can comment on or make changes to this bug.