RychardHunt / Fyt

Personal Workout Application
2 stars 5 forks source link

[Bug] Fix Issues with ordering exercise cards (Move to Redux) #85

Open athammer opened 5 years ago

athammer commented 5 years ago

name: 🐛 Fix Issues with ordering exercise cards about: The exercise cards are ordered by a 'last changed first shown' methodology from store. We fixed this on the front end as a quick fix but we should really be implementing an ordering system inside the store itself.


Bug Report

Current Behavior The exercise cards are ordered by a 'last changed first shown' methodology from store.

Expected behavior/code Where we continue to sort the cards the front end but /with/ help from the store (such as each exercise card having a index with it's order)

Possible Solution An index with each exercise card to be read on the frontend and sorted on each state change.