GideonNeedleman / 5x5

0 stars 0 forks source link

GideonNeedleman/issue39 #41

Closed GideonNeedleman closed 10 months ago

GideonNeedleman commented 10 months ago

Add History page with data tables.

Completing a workout will auto nav to History with data tables for the exercises you just did.

Clicking view more exercises button changes view to a dropdown select for specific exercises. This is the default view if you didn't complete a workout.

History page is unavailable if you have no workoutData.

Tables are programmatically generated using metrics, but currently are not paginated. So for many records the tables will grow very long. In addition chronological sorting may be backwards with newer records on the bottom of the table.

History page doesn't look great, but it works. Should figure out graphs as well.