Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workout saving #47

Closed
krash84 opened this issue Mar 31, 2021 · 1 comment
Closed

Workout saving #47

krash84 opened this issue Mar 31, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@krash84
Copy link

krash84 commented Mar 31, 2021

Version 1.6.0

Describe the bug
Saving the workout is not reliable. If you press "Save" button nothing happens (return to workout list is expected), if you press "save" twice the app asks if you want to rewrite existing workout (it's not obvious for the user that he had already saved it). Besides you can damage other workouts with this feature. Sometimes after saving you see empty list (all previously created workouts are erased). I think the program should let to have many workouts with the same name (it is much better than to have a risk of damaging already created ones).

To Reproduce
Steps to reproduce the behavior:

  1. Go to workout list
  2. Click on new workout
  3. Fill the form to save
  4. Click save
  5. Nothing happens

Expected behavior
You should see workout list with saved workout (it is common behaviour in many other apps).

@krash84 krash84 added the bug Something isn't working label Mar 31, 2021
@alphanerdgen
Copy link

A toast notification saying the workout has been saved would also be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants