Can domain managers (coaches) view the submission details?
wlnirvana opened this issue · 4 comments
wlnirvana commented
For a specific problem, as a domain manager I am wondering if it is possible to see:
- A list of all the submissions (sorted by time for example)
- The user ID for each submission
- The source code of each submission
- The status for each submission
- The output (or the diff) for the failed submissions
breezewish commented
Currently it is available for contests and homeworks, but not (directly) available for normal problems.
wlnirvana commented
It seems possible to view the source code of a submission, but not the output diff. Is the output persisted at all?
twd2 commented
We do not store the output at this time. You can feel free to modify the jd4 and vj4 to support this and propose a PR.
wlnirvana commented
Thanks for the clarification!