Skip to content

Commit 0929e3e

Browse files
Merge pull request #11 from srobo/kickstart-presentation
Create tasks for kickstart presentation
2 parents 4bf2dc5 + 0926463 commit 0929e3e

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

kickstart/decide-presenters.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
summary: Decide who will present the kickstart presentation
2+
3+
priority: major
4+
5+
component: Competition
6+
7+
milestone: $SRYYYY Kickstart
8+
9+
description: >-
10+
The presentation needs to be given at each venue, so will be presented by
11+
multiple people. It's recommended the person who creates the presentation be one of the people to
12+
present.
13+
14+
dependencies:
15+
- kickstart/venues

kickstart/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ dependencies:
2424
- kickstart/remind-volunteers
2525
- kickstart/signups-volunteers
2626
- kickstart/venues
27+
- kickstart/decide-presenters
28+
- kickstart/write-presentation

kickstart/write-presentation.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
summary: Create kickstart presentation
2+
3+
priority: major
4+
5+
component: Competition
6+
7+
milestone: $SRYYYY Kickstart
8+
9+
description: |-
10+
Kickstart events require a presentation to go through what student robotics
11+
is, what the competition cycle looks like, and details of the game.
12+
13+
The presentation needs to be given at each venue, so will be presented by
14+
multiple people.
15+
16+
The presentation usually covers:
17+
18+
1. What Student Robotics is
19+
2. Who the volunteers are
20+
3. Schedule for the year
21+
- How long the competition is
22+
- Tech days date, time, etc..
23+
4. General robot design tips
24+
5. The kit
25+
- Hardware
26+
- Software
27+
- The docs
28+
- The forums
29+
6. Health and safety
30+
- How to charge your batteries
31+
7. Awards
32+
8. The game
33+
9. Schedule for the rest of kickstart
34+
35+
dependencies:
36+
- kickstart/rules/write

0 commit comments

Comments
 (0)