From ac182288dd5b0fad9f317929e3d1c30dfb1ccde5 Mon Sep 17 00:00:00 2001 From: Dan Trickey Date: Sun, 8 Apr 2018 17:23:57 +0100 Subject: [PATCH 1/7] Add non-complete list of roles Also removed the individual, blank role pages. --- content/competition/roles/_index.md | 17 +++++++++++++++++ content/competition/roles/helpdesk.md | 3 --- content/competition/roles/roving-helper.md | 3 --- content/competition/roles/shepherd.md | 3 --- 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 content/competition/roles/helpdesk.md delete mode 100644 content/competition/roles/roving-helper.md delete mode 100644 content/competition/roles/shepherd.md diff --git a/content/competition/roles/_index.md b/content/competition/roles/_index.md index 66fc842..976b05a 100644 --- a/content/competition/roles/_index.md +++ b/content/competition/roles/_index.md @@ -1,3 +1,20 @@ --- title: Roles --- + +This section contains information on the various roles that we assign to volunteers during the competition. + +Some roles are scheduled on a rota, generally these are the more important roles that are required for the competition to function. More detailed information on all the roles can be found in the [Student Robotics Event Coordination Documentation ](https://bitbucket.org/rspanton/sr-event-coord/wiki/Home). + +## Role Descriptions + +| Name of Role | Brief Description | +| ----------------- | ----------------- | +| Commentator | | +| Helpdesk | | +| Judge | | +| Match Score Entry | | +| Match Scorer | | +| Reception | | +| Roving Helpers | | +| Shepherd | | diff --git a/content/competition/roles/helpdesk.md b/content/competition/roles/helpdesk.md deleted file mode 100644 index 8731120..0000000 --- a/content/competition/roles/helpdesk.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Help desk ---- diff --git a/content/competition/roles/roving-helper.md b/content/competition/roles/roving-helper.md deleted file mode 100644 index 5b7398d..0000000 --- a/content/competition/roles/roving-helper.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Roving Helper ---- diff --git a/content/competition/roles/shepherd.md b/content/competition/roles/shepherd.md deleted file mode 100644 index f0dbcdf..0000000 --- a/content/competition/roles/shepherd.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Shepherd ---- From bcf9ccb0ddc14e0e3726750fd9cad4173f7ecbaa Mon Sep 17 00:00:00 2001 From: Dan Trickey Date: Sun, 8 Apr 2018 18:28:02 +0100 Subject: [PATCH 2/7] Add brief descriptions to the roles --- content/competition/roles/_index.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/competition/roles/_index.md b/content/competition/roles/_index.md index 976b05a..16f3b64 100644 --- a/content/competition/roles/_index.md +++ b/content/competition/roles/_index.md @@ -8,13 +8,13 @@ Some roles are scheduled on a rota, generally these are the more important roles ## Role Descriptions -| Name of Role | Brief Description | -| ----------------- | ----------------- | -| Commentator | | -| Helpdesk | | -| Judge | | -| Match Score Entry | | -| Match Scorer | | -| Reception | | -| Roving Helpers | | -| Shepherd | | +| Name of Role | Brief Description | +| ----------------- | ------------------------------------------------------------ | +| Commentator | Responsible for commentating matches and building a large amount of excitement amongst those near the arenas. | +| Helpdesk | Provide general help and tech support | +| Judge | Responsible for making the final word on any decision relating to teams in a game. | +| Match Score Entry | Responsible for receiving scores from the match scorers and entering them into the competition software. | +| Match Scorer | Responsible for being in the arena, saving robots and scoring matches. | +| Reception | Controls entry to the event and handles kit collection. | +| Roving Helpers | Help teams in the pits with issues. | +| Shepherd | Responsible for finding teams and ensuring they make it to their matches. | From 582d27f7719c494fc2549db8f60b311d92c2db96 Mon Sep 17 00:00:00 2001 From: Dan Trickey Date: Sun, 8 Apr 2018 18:46:22 +0100 Subject: [PATCH 3/7] Add additional details to some roles --- content/competition/roles/_index.md | 6 +++--- content/competition/roles/commentator.md | 8 ++++++++ content/competition/roles/match-score-entry.md | 8 ++++++++ content/competition/roles/match-scorer.md | 10 ++++++++++ 4 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 content/competition/roles/commentator.md create mode 100644 content/competition/roles/match-score-entry.md create mode 100644 content/competition/roles/match-scorer.md diff --git a/content/competition/roles/_index.md b/content/competition/roles/_index.md index 16f3b64..1443d89 100644 --- a/content/competition/roles/_index.md +++ b/content/competition/roles/_index.md @@ -10,11 +10,11 @@ Some roles are scheduled on a rota, generally these are the more important roles | Name of Role | Brief Description | | ----------------- | ------------------------------------------------------------ | -| Commentator | Responsible for commentating matches and building a large amount of excitement amongst those near the arenas. | +| [Commentator](commentator) | Responsible for commentating matches and building a large amount of excitement amongst those near the arenas. | | Helpdesk | Provide general help and tech support | | Judge | Responsible for making the final word on any decision relating to teams in a game. | -| Match Score Entry | Responsible for receiving scores from the match scorers and entering them into the competition software. | -| Match Scorer | Responsible for being in the arena, saving robots and scoring matches. | +| [Match Score Entry](match-score-entry) | Responsible for receiving scores from the match scorers and entering them into the competition software. | +| [Match Scorer](match-scorer) | Responsible for being in the arena, saving robots and scoring matches. | | Reception | Controls entry to the event and handles kit collection. | | Roving Helpers | Help teams in the pits with issues. | | Shepherd | Responsible for finding teams and ensuring they make it to their matches. | diff --git a/content/competition/roles/commentator.md b/content/competition/roles/commentator.md new file mode 100644 index 0000000..8e5165d --- /dev/null +++ b/content/competition/roles/commentator.md @@ -0,0 +1,8 @@ +--- +title: Commentator +hidden: true +--- + +**Responsible for commentating matches and building a large amount of excitement amongst those near the arenas.** + +As a commentator you will be stationed near to the arena and able to walk freely around it. You will be given access to a PA system via a microphone for which to speak through to address the audience. It's important that you do not make announcements to volunteers through this. diff --git a/content/competition/roles/match-score-entry.md b/content/competition/roles/match-score-entry.md new file mode 100644 index 0000000..aea7c36 --- /dev/null +++ b/content/competition/roles/match-score-entry.md @@ -0,0 +1,8 @@ +--- +title: Match Score Entry +hidden: true +--- + +**Responsible for receiving scores from the match scorers and entering them into the competition software.** + +In the role of score entry you will be stationed at a desk near to the arena/staging area. When a score sheet is given to you by the match scorers, you will enter the scores into a computer and then file the score sheet in a folder. diff --git a/content/competition/roles/match-scorer.md b/content/competition/roles/match-scorer.md new file mode 100644 index 0000000..5a22bbb --- /dev/null +++ b/content/competition/roles/match-scorer.md @@ -0,0 +1,10 @@ +--- +title: Match Scorer +hidden: true +--- + +**Responsible for being in the arena, saving robots and scoring matches.** + +Information on scoring matches can be found in the [SR Docs](https://github.com/thomasleese/sr-match-coordinator/wiki/Match-Scoring). + +Scoring is dependant on the game, so changes between every event. From 8360add4608a390a3fdde8ff80a2bb68c9137442 Mon Sep 17 00:00:00 2001 From: Dan Trickey Date: Sun, 8 Apr 2018 18:52:55 +0100 Subject: [PATCH 4/7] Add 'Helpdesk' to spelling file --- .spelling | 1 + 1 file changed, 1 insertion(+) diff --git a/.spelling b/.spelling index 9582fb2..2ab6edb 100644 --- a/.spelling +++ b/.spelling @@ -2,6 +2,7 @@ 6pm CircleCI GitHub +Helpdesk Mainroad Netlify SourceBots From 5394acafd6e2ec0d7a212deee5a1bc591b75d586 Mon Sep 17 00:00:00 2001 From: Dan Trickey Date: Mon, 9 Apr 2018 00:23:44 +0100 Subject: [PATCH 5/7] Singularify Roving Helpers --- content/competition/roles/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/competition/roles/_index.md b/content/competition/roles/_index.md index 1443d89..41dd8fc 100644 --- a/content/competition/roles/_index.md +++ b/content/competition/roles/_index.md @@ -16,5 +16,5 @@ Some roles are scheduled on a rota, generally these are the more important roles | [Match Score Entry](match-score-entry) | Responsible for receiving scores from the match scorers and entering them into the competition software. | | [Match Scorer](match-scorer) | Responsible for being in the arena, saving robots and scoring matches. | | Reception | Controls entry to the event and handles kit collection. | -| Roving Helpers | Help teams in the pits with issues. | +| Roving Helper | Help teams in the pits with issues. | | Shepherd | Responsible for finding teams and ensuring they make it to their matches. | From 7c7cebfba397caa0a0e587897452467d765eb0ad Mon Sep 17 00:00:00 2001 From: Dan Trickey Date: Mon, 9 Apr 2018 20:14:17 +0100 Subject: [PATCH 6/7] Remove link to SR docs --- content/competition/roles/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/competition/roles/_index.md b/content/competition/roles/_index.md index 41dd8fc..4169917 100644 --- a/content/competition/roles/_index.md +++ b/content/competition/roles/_index.md @@ -4,7 +4,7 @@ title: Roles This section contains information on the various roles that we assign to volunteers during the competition. -Some roles are scheduled on a rota, generally these are the more important roles that are required for the competition to function. More detailed information on all the roles can be found in the [Student Robotics Event Coordination Documentation ](https://bitbucket.org/rspanton/sr-event-coord/wiki/Home). +Some roles are scheduled on a rota, generally these are the more important roles that are required for the competition to function. ## Role Descriptions From 8728a4e324225d26afcb689c7ad1da4c0ca5cbf8 Mon Sep 17 00:00:00 2001 From: Dan Trickey Date: Sun, 15 Apr 2018 15:16:04 +0100 Subject: [PATCH 7/7] Make it clear that the list isn't exhaustive --- content/competition/roles/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/competition/roles/_index.md b/content/competition/roles/_index.md index 4169917..bfb9342 100644 --- a/content/competition/roles/_index.md +++ b/content/competition/roles/_index.md @@ -6,6 +6,8 @@ This section contains information on the various roles that we assign to volunte Some roles are scheduled on a rota, generally these are the more important roles that are required for the competition to function. +This shouldn't be considered as an exhaustive list of roles, as many other roles are needed during the competition. + ## Role Descriptions | Name of Role | Brief Description |