-
Notifications
You must be signed in to change notification settings - Fork 3
01 14 Meeting Notes
Lindsey Tulloch edited this page Feb 20, 2019
·
1 revision
- Sever communicating with processing server
○ Rest API vs SSL Socket
○ SSL Socket because ??
- Processing server can't store anything so everything needs to be sent at once (current AND past year submissions)
- Client -> Server -> Server -> Client ?
- How to store results for instructor
○ How are we producing the results on the processing server before returning it to the professor
○ We also need to anonymize things and be able to revert the anonymizing
- One to many relationship between current year submission and all submissions
- Instructors will store submissions on a central server belonging to the University
- When scrubbing submissions:
○ Repo contains identifying data and scrubbed data?
○ We are only storing the scrubbed data
- ARE WE STORING THE:
○ Scrubbed
○ Original
○ BOTH
- Do we sacrifice processing time?
○ We can probably do this.
- We ultimately need to store the original
- What if the original repo changes ? (ie. Student resubmits assignment, submits late
- We are storing past results (?)