Skip to content

Commit

Permalink
Merge pull request #102 from srobo/decouple-team-signup-from-kickstart
Browse files Browse the repository at this point in the history
Separate out the teams/volunteers reminder emails for Kickstart
  • Loading branch information
PeterJCLaw authored Oct 2, 2024
2 parents 3948a7c + 241978c commit 9bfff8d
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 2 deletions.
25 changes: 25 additions & 0 deletions kickstart/details-teams.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
summary: Send teams final details for the $SRYYYY Kickstart

priority: should

component: Competition

milestone: $SRYYYY Kickstart

area-owner: teams

description: >-
We should aim to tell them:
- The venue for Kickstart
- Travel details for the venue (address, parking, etc.)
- What time to arrive/when the livestream starts
- That their team members should join the Discord server
Required actions:
- [ ] Ensure the final details are on the website
- [ ] Send final details about Kickstart to team leaders
dependencies:
- kickstart/discord
- kickstart/signup-teams
- kickstart/risk-assessments
24 changes: 24 additions & 0 deletions kickstart/details-volunteers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
summary: Send volunteers details for the $SRYYYY Kickstart

priority: should

component: Competition

milestone: $SRYYYY Kickstart

area-owner: volunteer-coordination

description: >-
We should aim to tell them:
- The venue for Kickstart
- Travel details for the venue (address, parking, etc.)
- What time to arrive
- That they should join the Discord server
Required actions:
- [ ] Ensure the final details are on the website
- [ ] Send final details about Kickstart to volunteers
dependencies:
- kickstart/discord
- kickstart/signup-volunteers
3 changes: 3 additions & 0 deletions kickstart/event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ dependencies:
- kickstart/risk-assessments
- kickstart/appoint-safeguarding-officers
- kickstart/budget
- kickstart/signup-teams
- kickstart/signup-volunteers
- kickstart/details-teams
- kickstart/details-volunteers
- kickstart/simulator-fixes
- kickstart/livestream
4 changes: 3 additions & 1 deletion kickstart/signup-teams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ description: >-
- [ ] Inform secondary contacts about their role
- [ ] Let teams on the waiting list know that they are
- [ ] Inform teams who aren't getting a place (nor on the waiting list)
- [ ] Send final details about Kickstart to team leaders
dependencies:
- comp/announce
4 changes: 3 additions & 1 deletion kickstart/signup-volunteers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ description: >-
Required actions:
- [ ] Create a signup form for volunteers
- [ ] Advertise the signup form to potential volunteers, e.g. on Slack and by email
- [ ] Send out reminder email to volunteers with Kickstart details
dependencies:
- comp/announce

0 comments on commit 9bfff8d

Please sign in to comment.