MarisiaS / SMM

0 stars 0 forks source link

FE-Swim Meet Events Display #92

Open MarisiaS opened 3 months ago

MarisiaS commented 3 months ago

We need to display all the events related to a specific swim meet.

Components

The SwimMeetEvent component should include the following features:

  1. Title Component: Displays the name, date, and site of the swim meet.

  2. Add Event Button: A button to add a new event to the swim meet.

  3. Events Table: A table listing all the events related to the specific swim meet. Each row in the table shows the event name and includes two buttons:

Accessing Events

There are two ways to access the events:

Example of the SwimMeetEvent Component

image