-[ ] As an instructor I can upload arbitrary CSV file containing a student ID column, so that each student can see their row and only their row.
-[ ] As a student I can see my row and only my row in the CSV file uploaded by the instructor.
Acceptance Criteria
[ ] There is a page where the instructor can upload the csv.
[ ] There is a way for the instructor to indicate which column should be used to identify students and whether to match against student id number or student email.
[ ] There should be a notification to the instructor of any row(s) where IDs were not matched.
[ ] There should be a page where the instructor can see the entire csv file as a table.
[ ] Any student that did not have a row in the CSV file should show up in this table as a blank row.
[ ] There should be page where the student can see their row and only their row in the CSV file.
[ ] If the student had now row in the uploaded csv file, there should be an appropriate message
User Stories
-[ ] As an instructor I can upload arbitrary CSV file containing a student ID column, so that each student can see their row and only their row. -[ ] As a student I can see my row and only my row in the CSV file uploaded by the instructor.
Acceptance Criteria