From 0c96a5c8a1d5c6ffa3937fdb989fd602722f6347 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Thu, 9 Feb 2023 21:29:08 +0000 Subject: [PATCH] Update fire/battery handling tasks based on last year's discussions Fixes https://github.com/srobo/recurring-tasks/issues/60 --- comp/arena/fire-extinguishers.yaml | 17 ---------------- comp/arena/main.yaml | 1 - ...ensure-fire-extinguishers-are-present.yaml | 16 --------------- comp/safety/fire-management-equipment.yaml | 20 +++++++++++++++++++ comp/safety/main.yaml | 2 +- comp/safety/sad-battery-management.yaml | 3 +++ 6 files changed, 24 insertions(+), 35 deletions(-) delete mode 100644 comp/arena/fire-extinguishers.yaml delete mode 100644 comp/safety/ensure-fire-extinguishers-are-present.yaml create mode 100644 comp/safety/fire-management-equipment.yaml diff --git a/comp/arena/fire-extinguishers.yaml b/comp/arena/fire-extinguishers.yaml deleted file mode 100644 index af4a1a0..0000000 --- a/comp/arena/fire-extinguishers.yaml +++ /dev/null @@ -1,17 +0,0 @@ -summary: Station fire extinguishers next to the $SRYYYY Arenas - -priority: critical - -component: Arena - -milestone: $SRYYYY Competition Day - -area-owner: health-safety - -description: >- - At least one powder fire extinguisher should be placed within easy reach next - to each arena in case of LiPo fires. - -dependencies: - - comp/arena/build - - comp/safety/ensure-fire-extinguishers-are-present diff --git a/comp/arena/main.yaml b/comp/arena/main.yaml index 867d6f7..7985582 100644 --- a/comp/arena/main.yaml +++ b/comp/arena/main.yaml @@ -14,7 +14,6 @@ dependencies: - comp/arena/barriers - comp/arena/staging-area - comp/arena/batteries - - comp/arena/fire-extinguishers - comp/arena/music - comp/arena/reset-checklist - comp/safety/high-vis diff --git a/comp/safety/ensure-fire-extinguishers-are-present.yaml b/comp/safety/ensure-fire-extinguishers-are-present.yaml deleted file mode 100644 index 82afd26..0000000 --- a/comp/safety/ensure-fire-extinguishers-are-present.yaml +++ /dev/null @@ -1,16 +0,0 @@ -summary: Ensure that we will have fire extinguishers at the competition - -priority: critical - -component: Competition - -milestone: $SRYYYY Competition - -area-owner: health-safety - -description: >- - - We should ensure that venue has sufficient fire extinguishers for our - needs and that the correct type of extinguisher is in the correct location. - - This includes but is not limited to having powder fire extinguishers for LiPo batteries. diff --git a/comp/safety/fire-management-equipment.yaml b/comp/safety/fire-management-equipment.yaml new file mode 100644 index 0000000..60dae84 --- /dev/null +++ b/comp/safety/fire-management-equipment.yaml @@ -0,0 +1,20 @@ +summary: Ensure that we have fire managing equipment at the competition + +priority: critical + +component: Competition + +milestone: $SRYYYY Competition + +area-owner: health-safety + +description: >- + We need to have available whatever equipment we believe will be needed to + safely handle fires. Exactly what this entails will depend on the nature of + our plans for handling any fires. + + The runbook has details of what the current protocol is, for example: + https://studentrobotics.org/runbook/competition/team-support/battery-charging/#safety + + See also the notes at https://github.com/srobo/tasks/issues/822#issuecomment-1090656629 + and onwards. diff --git a/comp/safety/main.yaml b/comp/safety/main.yaml index 1c9bcb0..8dc40d0 100644 --- a/comp/safety/main.yaml +++ b/comp/safety/main.yaml @@ -19,4 +19,4 @@ dependencies: - comp/safety/incident-plan - comp/safety/risk-assessments - comp/venue/cable-protectors - - comp/safety/ensure-fire-extinguishers-are-present + - comp/safety/fire-management-equipment diff --git a/comp/safety/sad-battery-management.yaml b/comp/safety/sad-battery-management.yaml index af321f0..408995a 100644 --- a/comp/safety/sad-battery-management.yaml +++ b/comp/safety/sad-battery-management.yaml @@ -12,3 +12,6 @@ description: >- We should have a plan for how to handle lipos which are deemed to be unusable. This is to cover the handling of the lipos at the event, not the disposal afterwards. + + See the runbook for the current safety protocol: + https://studentrobotics.org/runbook/competition/team-support/battery-charging/#safety