MartinKoleff / KareFitnessApp

Android fitness app made in Jetpack Compose.
MIT License
4 stars 0 forks source link

Workout configurator #52

Closed MartinKoleff closed 5 months ago

MartinKoleff commented 5 months ago

Add workout configurator dialog in Workout Details to configurate the workout before starting it. Stuff that can be configurated can be:

MartinKoleff commented 5 months ago

Added DTOs, entities, DAOs and repository with local and remote datasource. To add use cases, to test use cases and to wire with UI/view model...

MartinKoleff commented 5 months ago

Created dialog for global cooldown between each exercise and set. Every other option is exercise specific thus it should be configured in ExerciseDetailsConfigurator screen.