Forum Discussion
- ChuckGrigsbyQrew CadetTo do this natively on the form, put each ___ as a field like bench_set, bench_rep, etc. Then put those on the same line in the form elements page.
- ChuckGrigsbyQrew CadetAnother way is to have a table of Workouts, then the form consists of fields like Type (Curl, Bench), Sets, Reps, and Weight,. Then create a grid edit report. Could just use the report on a page or place it on another form. Edit mode would show grid edit, View mode would show the workout report.
- RajHelaiyaQrew CaptainI think that would work, making a grid report and displaying it on this form.
- MCFNeilQrew CaptainI've built a gym management app, as part of it we create and manage the workout programs.
This is actually the app that we won the 2017 App-a-thon with at Empower.
This is only a fraction of what it does. But should give you some ideas.- RajHelaiyaQrew CaptainThanks Matthew, so with reference to my application, should I construct the fields Reps, Exercise, Set, Weight as fields?
- RajHelaiyaQrew CaptainAs I also need a dashboard with analytics from these fields.
- MCFNeilQrew CaptainAre you looking for analytics on the types of movements they are performing, frequency, etc. Or on the weight used? Every sessions weight, or just the max used in the cycle?
How you construct it depends on how you want to use it, and how you might want the end user to interact with it. I've done a few different versions for different needs.