Repeting Group List and Database

Hi, I’m putting together an app for personal, and I don’t know how to show the training in the repeater group. For example, each student has its own workout, containing workout a, workout b, workout c, and within these workouts has the list of exercises, and each exercise has its series and repetition. How do I structure this in the database and view it in the repeater group?

1 Like

@fococaveira1

Training
Title (text)
Workouts (list of workouts)
Students (list of users)
Instructor (user)

Workout
Title (text)
Exercises (list of exercises)

Exercise
Title (text)
Description (text)
Images (list of images)
Workout (workout)

Image
Title (text)
Image (file)

User
First (text)
Last (text)
Role (options set: admin, instructor, student)

But in each exercise on the list, I wanted to add a field with the series, one with the repetitions and one with the weight (this one for the student to fill in and remember the previous load) for each student

@fococaveira1

Adapt as needed. The above is just for illustration.

Best of luck with your project :grinning:

1 Like

Thanks for the help, but my question was as follows. Each exercise has the series, repetition and load field. I wanted to customize this field, as each user has a series, a repetition and a specific load. How can I add this data and make it appear on the page?

@fococaveira1

Many concepts involved to achieve that … thus too intricate to explain.

Perhaps this could spark some ideas: