name: 🚀 Pull Request
about: Create a basic workout history feature
Pull Request
Related Issue
Users need to be able to see their workout history, as well as the current workout that they are doing
Describe the solution you implemented
There is a workout history container now which contains components which display a list of all completed workouts
Describe Alternatives you considered
None
How Has This Been Tested?
I have passed actual workout objects into the components to show them rendered properly
Screenshots
Types of Changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[x] I have read the CONTRIBUTING document.
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
name: 🚀 Pull Request about: Create a basic workout history feature
Pull Request
Related Issue Users need to be able to see their workout history, as well as the current workout that they are doing
Describe the solution you implemented There is a workout history container now which contains components which display a list of all completed workouts
Describe Alternatives you considered None
How Has This Been Tested? I have passed actual workout objects into the components to show them rendered properly
Screenshots
Types of Changes