MarisiaS / SMM

0 stars 0 forks source link

Heat Information Display #58

Open MarisiaS opened 6 months ago

MarisiaS commented 6 months ago

This is part of #52

Description

To provide the swim meet organizer with comprehensive insights, it is crucial to implement functionality that allows for the display of heat information

Create serializer Develop a serializer specifically designed for displaying heat information

Create GET View for All Heats in an Event Implement a view with a GET method that, given an event, displays all heats associated with that event.

Create GET View for a Specific Heat Develop a view with a GET method that, given a specific heat within an event, displays detailed information about that heat.