I’m attempting to create an app for an event. It’s a fitness competition of up to 50 people at the event.
Image attached: There are 10 stations. At each station, we count the number of reps completed and points are awarded on a multiplier specific to each station.
2 people go head to head at one time. So I want to easily enter in the reps for 2 people as the judge/facilitator follows the 2 people from station to station
Some of the things I’m struggling with as I attempt to prototype an app are:
- Do I need more than 1 table for the data?
- How do we add names and edit the points in the app?
The spreadsheet(s) is/are easy to create but I’m confused about how I make an easy layout that we can interact with to total up the points quickly during the event.
