PeterJCLaw / code-submitter

Code submitter for Student Robotics Virtual Competition.
MIT License
1 stars 0 forks source link

First pass at tables for sharing logs with the teams #17

Open PeterJCLaw opened 3 years ago

PeterJCLaw commented 3 years ago

This introduces the concept of a Session, which may or not map exactly to an actual session of matches, that a given collection of archives is used for. Running a Session then generates various Artefacts which we want to share with the teams (logs, animations, possibly other things). We assume that for some types of Artefact, teams should only able to view those which relate to their robot.

With thanks to @sedders123 for design discussion.