-
Notifications
You must be signed in to change notification settings - Fork 5
Split trophies and edible prizes into separate tasks #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
5451cbf
dd5241f
1539a0f
9281eab
087ee58
ddb487b
d14c061
948acbd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,24 @@ | ||||||||||||
summary: Organise edible prizes for the competition | ||||||||||||
|
||||||||||||
priority: should | ||||||||||||
|
||||||||||||
component: Competition | ||||||||||||
|
||||||||||||
milestone: $SRYYYY Competition | ||||||||||||
|
||||||||||||
area-owner: production | ||||||||||||
|
||||||||||||
description: >- | ||||||||||||
The prizes for the competition are a combination of trophies and edible prizes. | ||||||||||||
This task only considers the edible prizes; there is a separate task for trophies. | ||||||||||||
|
||||||||||||
|
||||||||||||
We usually have around two awards that have edible prizes. | ||||||||||||
Typically we give a box of celebrations and a box of jelly babies as the edible prize. | ||||||||||||
Comment on lines
+16
to
+17
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: maybe note something about the motivations here, rather than just what we tend to do? Including the motivation enables the person doing the task to be better informed in case we want to change things.
Suggested change
|
||||||||||||
|
||||||||||||
|
||||||||||||
Required actions: | ||||||||||||
- [ ] Order edible prizes | ||||||||||||
|
||||||||||||
dependencies: | ||||||||||||
- comp/sponsor-perks |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
summary: Organise trophies for the competition | ||
|
||
priority: should | ||
|
||
component: Competition | ||
|
||
milestone: $SRYYYY Competition | ||
|
||
area-owner: production | ||
|
||
description: >- | ||
The prizes for the competition are a combination of trophies and edible prizes. | ||
This task only considers the trophies; there is a separate task for edible prizes. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure if this is easy to do, but if possible, it would be good to link to the edible prize task here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unfortunately that's not possible right now. I have wanted this in the past though, so adding it would be a useful feature. One approach I've considered is to have links to "related" tasks. A workaround for now might be to link to the template task (i.e: in the recurring tasks repo) instead. |
||
|
||
|
||
Generally we have three sizes of trophies, one for each of 1st, 2nd, and 3rd place. | ||
The remaining trophies are a mixture of the medium and small sizes. | ||
We may also want a 4th place prize for the remaining other finalist. | ||
|
||
|
||
For the past few years the trophies have had the SR logo and "Student Robotics" written on them. | ||
[SR Logo with stacked text](https://github.com/srobo/promotional-material/blob/main/SR%20Logo%20with%20stacked%20text.svg) is this logo. | ||
Note that in the past some suppliers had issues with it being an svg, so you may want to convert it to pdf before using it. | ||
|
||
|
||
Required actions: | ||
- [ ] Decide on trophy sizes and design | ||
- [ ] Order trophies | ||
|
||
dependencies: | ||
- comp/sponsor-perks |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is easy to do, but if possible, it would be good to link to the trophies task here.