Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission ID not in report name #15

Open
michaelwisely opened this issue Jan 25, 2016 · 1 comment
Open

Submission ID not in report name #15

michaelwisely opened this issue Jan 25, 2016 · 1 comment
Labels
Milestone

Comments

@michaelwisely
Copy link
Member

Reports aren't overwritten, but if there is more than one submission for a student, it is impossible to distinguish which report was generated by which submission.

For example, if fmm000 has two submissions (with unique UUIDs), they will each generate reports named fmm000.xx.log. Though they're numbered differently, you can't tell which report was generated by which submission.

TL;DR : This needs to use the submission's... full_id?... instead of user_id.

@michaelwisely
Copy link
Member Author

Even worse: both submissions of a student will assume that the result file with the most recent timestamp was the one it generated.

Gotta remove that bogus code that sorts result files by time stamp.

@LinuxMercedes LinuxMercedes added this to the v0.2.0 milestone Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants