RychardHunt / Fyt

Personal Workout Application
2 stars 5 forks source link

[Feature] Adding functionality to edit and delete exercises from Redux Store. #77

Open athammer opened 5 years ago

athammer commented 5 years ago

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

  1. Launch app
  2. Go to workoutscreen through tabs
  3. Go to an exercise and swipe left on one to delete
  4. Swipe right to bring up edit box
  5. Enter new name and submit new name and name will be changed
Vialythen commented 5 years ago

This acceptance test is backward, swiping right deletes tabs and swiping left bring up the edit function.