RychardHunt / Fyt

Personal Workout Application
2 stars 5 forks source link

Removed colors completion status for exercise being state dependent #90

Closed athammer closed 5 years ago

athammer commented 5 years ago

name: 🚀 Change the Exercise Panels so they get completion status from store not local state about: Change the Exercise Panels so they get completion status from store not local state

Feature Request Is your feature request related to a problem? Please describe. Without getting completion status from store we run into the future issues of local state conflicting with the redux store on what is completed as if we filter(to order) the exercise cards the local state will bug out.

Describe the solution you'd like None

Describe alternatives you've considered None

Teachability, Documentation, Adoption, Migration Strategy N/A more of a bug

Acceptance Tests 1.) Click a completion button in workout page 2.) See if it bugs out or displays obv unintended behavior