JamesSingleton / project-aqua

Streamline team management and meet coordination effortlessly with our comprehensive software, providing intuitive tools for scheduling, communication, & results tracking in one unified platform.
https://project-aqua-web.vercel.app
GNU Affero General Public License v3.0
16 stars 1 forks source link

Create Workout Page #22

Open JamesSingleton opened 6 months ago

JamesSingleton commented 6 months ago

A key feature for the app will be the ability to add, edit, and track swim workouts. I started the setup here creating the following pages:

The CreateWorkout form needs to be updated to accommodate the creation of a swim workout. The form should include:

65b952bce94e19094f5c5690_Frame 35

After submission of creating the workout, the text input should be transformed into some sort of JSON data that can be stored alongside the written text so that it can be easily displayed on the /admin/workouts page.