MarisiaS / SMM

0 stars 0 forks source link

Heat result capture/display #59

Open MarisiaS opened 6 months ago

MarisiaS commented 6 months ago

This is part of issue #52

Description

In order to facilitate the recording of heat results during a swim meet, this issue addresses the creation of a feature that allows the capture of heat results.

Create Heat Result Serializer Develop a serializer tailored for capturing and validating heat result information.

Create POST View for Heat Results Implement a view with a POST method to capture heat results

Create GET View for Heat Results Develop a view with a GET method that displays recorded heat results, allowing organizers to review and verify the outcomes. In case the group is MIXED we would like to be able to filter the result by other groups.