Need help defining this process and knowing if flutter flow can do it.

Resolved

Hello Everyone!

I am looking to create a fitness app, and I was wondering how I would go about making a feature in that the user inputs their body stats (like whether they are overweight, skinny, looking to improve their cardio, etc) and then they would also put their individual goals (more muscle, less fat, etc), and I can have flutter flow generate a workout for them based on their answers. I am not sure if more advanced coding is needed for this, or if it is simply a matter of "if, than" statements where "if they choose this option, than give them this exercise".

One of the reasons why I am confused, is if certain exercises can fit into multiple categories. How would I go about having my app assign some sort of hierarchy. Because if a couple exercises fit multiple slots, than the app could assign all of those exercises because they all fit and the workout would be like 2 hours long lol.

Also, is it just a big list of a bunch of exercises that the app will choose from based on the users answers, or is what I am asking for too complicated and there will need to only be preset workouts to choose from.

I am hoping I don't need Ai for this. Any help would be greatly appreciated!

1
8 replies