Description
Load the user's submitted document (.txt) and store the content in memory.
To Do
- Create SubmissionDocument model
- Implement file reader
- Add basic error handling (file not found, empty file)
Done When
- Submission file content loads correctly into a string or list
Description
Load the user's submitted document (.txt) and store the content in memory.
To Do
Done When