As a swim meet organizer, I want to define and manage different event types for swim meets.
An "event" typically refers to a specific race or competition within the swim meet. It involves a combination of factors such as the stroke style, distance, and whether it's an individual or relay race.
Field Requirements
Name: A combination of Distance, Stroke, and Type
Stroke: A required field, choosing from options: Freestyle, Backstroke, Breaststroke, Butterfly, Medley.
Distance: A required field indicating the distance of the event.
Type: A required field specifying whether the event is individual or relay.
Rules for Naming
If the event is individual and the stroke is not Medley, the name is Distance + Stroke.
If the event is individual and the stroke is Medley, the name is Distance + I + M
If the event is a relay, the name is 4x Distance + Stroke + Relay.
Stroke Abbreviations
FR: Freestyle
BR: Breaststroke
BK: Backstroke
Fly: Butterfly
M: Medley
Example Event type
Name: 50 FR
Stroke: Freestyle
Distance: 50
Type: Individual
Parent Epic
[ #12] For this epic, we will load the event type information using a fixture file.
Story Description
As a swim meet organizer, I want to define and manage different event types for swim meets.
An "event" typically refers to a specific race or competition within the swim meet. It involves a combination of factors such as the stroke style, distance, and whether it's an individual or relay race.
Field Requirements
Rules for Naming
If the event is individual and the stroke is not Medley, the name is Distance + Stroke. If the event is individual and the stroke is Medley, the name is Distance + I + M If the event is a relay, the name is 4x Distance + Stroke + Relay.
Stroke Abbreviations
Example Event type
Parent Epic
Tasks: