Creating a simple Rep tracking app for three daily exercises for three people?

I’m sure this is common but as a non developer i’m having a hard time getting my head around the structure and IA that would be required to achieve what I think might be a fairly “do-able” task here.

Wondering if somebody might be able to point me in the right direction, here is what i’m after:

Basically in quarantine, me and 3 colleagues are doing the challenge of 100 sit-ups, 100 press ups, 100 squats per day. We started logging in a google sheet, but that’s naff and very fiddly on mobile. Led me to think about having an app with basically the three exercises and we could “submit” a set of each when we complete them, counting the daily totals up to 100 (goal completion).

This would allow me and the team to just quickly have a few clicks to log my 25 press ups and it get added to my count.

Does this make sense? Is this achievable with glide do you think?

AW

It involves a bit of work but it’s very achievable. You’d basically need to have a form button that feeds a log of who’s doing what and when. You’d need to use a bit of concatenation using template columns to link date/user/exercise and then do a rollup of those values per user.

1 Like