Skip to content

Commit b3ad452

Browse files
committed
Merge branch 'more-team-leader-kickstart-comms'
Fixes #17
2 parents 0b907d6 + 0f7134d commit b3ad452

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

kickstart/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ description: >-
1111
1212
dependencies:
1313
- kickstart/confirm-teams
14+
- kickstart/remind-teams
1415
- kickstart/kit/main
1516
- kickstart/rules/write
1617
- kickstart/services/main
@@ -19,6 +20,7 @@ dependencies:
1920
- kickstart/microgames
2021
- kickstart/publish-news-afterwards
2122
- kickstart/print-disclaimer-forms
23+
- kickstart/send-disclaimer-forms
2224
- kickstart/remind-volunteers
2325
- kickstart/signups-volunteers
2426
- kickstart/venues

kickstart/remind-teams.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
summary: Remind team leaders about the $SRYYYY Kickstart
2+
3+
priority: major
4+
5+
component: Competition
6+
7+
milestone: $SRYYYY Kickstart
8+
9+
description: >-
10+
We need to remind team leaders that the kickstart is happening, communicate
11+
the final details and encourage them to prepare for it on their end.
12+
13+
We should tell them:
14+
* What venue to come to
15+
* What time to arrive
16+
* That they should pre-create competitor user accounts
17+
* To bring their signed disclaimer forms (optional; if we sent them out)
18+
19+
dependencies:
20+
- kickstart/confirm-teams
21+
- kickstart/venues

kickstart/send-disclaimer-forms.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
summary: Send kit disclaimer forms to team leaders
2+
3+
priority: minor
4+
5+
component: Competition
6+
7+
milestone: $SRYYYY Kickstart
8+
9+
description: >-
10+
As the kits contain valuable and potentially dangerous components, many of
11+
which are not CE marked, we normally ask the team leaders to sign a form
12+
accepting responsibility for it and promising to return it at the end of the
13+
year.
14+
15+
We should send (digital) copies of the form to team leaders so that they can
16+
sign & return the forms ahead of time, simplifying things at kickstart.
17+
18+
dependencies:
19+
- kickstart/allocate-tlas
20+
- kickstart/kit/update-disclaimer-forms

0 commit comments

Comments
 (0)