The exercises.json is pretty comprehensive, but there might be some workouts missing.
Not completely sure yet from where this should be done, maybe from the starting page or from the plan creator.
This should be a new component that allows filling in all fields. However, since the exercises.json file is embedded into the app, I don't think it's possible to edit it. Maybe it is necessary to create a new directory in the config folder to store all custom exercises. On startup, the app would then also need to read this directory and add everything from there to the database struct.
Since the photos are also embedded into the binary, it is probably not possible to add photos to custom exercises.
The exercises.json is pretty comprehensive, but there might be some workouts missing.
Not completely sure yet from where this should be done, maybe from the starting page or from the plan creator.
This should be a new component that allows filling in all fields. However, since the exercises.json file is embedded into the app, I don't think it's possible to edit it. Maybe it is necessary to create a new directory in the config folder to store all custom exercises. On startup, the app would then also need to read this directory and add everything from there to the database struct.
Since the photos are also embedded into the binary, it is probably not possible to add photos to custom exercises.