name: 🚀 Adding functionality to edit and delete exercises from Redux Store.
about: As a user I want to be able to edit and delete exercises given to me from a set.
Feature Request
Is your feature request related to a problem? Please describe.
There was no way to delete or edit the names of the exercise so now you can delete a whole exercise or change it's name by swiping left or right.
Describe the solution you'd like
Being able to swipe left or right and then edit or remove the exercise.
Describe alternatives you've considered
Maybe using buttons in the swipe instead of a swipe through strategy
Teachability, Documentation, Adoption, Migration Strategy
Text tells them what they are doing before they do it.
Acceptance Tests
Launch app
Go to workoutscreen through tabs
Go to an exercise and swipe left on one to delete
Swipe right to bring up edit box
Enter new name and submit new name and name will be changed
name: 🚀 Adding functionality to edit and delete exercises from Redux Store. about: As a user I want to be able to edit and delete exercises given to me from a set.
Feature Request
Is your feature request related to a problem? Please describe. There was no way to delete or edit the names of the exercise so now you can delete a whole exercise or change it's name by swiping left or right.
Describe the solution you'd like Being able to swipe left or right and then edit or remove the exercise.
Describe alternatives you've considered Maybe using buttons in the swipe instead of a swipe through strategy
Teachability, Documentation, Adoption, Migration Strategy Text tells them what they are doing before they do it.
Acceptance Tests