keiththomas1 / Uplift

A depot for the mobile app which is a student project at University of Illinois at Chicago.
0 stars 0 forks source link

History Page layout + subpages #15

Closed erikboyle closed 10 years ago

erikboyle commented 10 years ago

History page needs to be designed along with all the subpages needed for it.

Every button should have an "on_clicked" function declaration in widget.h and widget.cpp. All the page switching buttons should have page switching implemented in the corresponding function definitions.

IDEAS: Exercise History -Choose exercise -display history for chosen exercise -sort by date, 1RM

Workout History -choose workout -display history for chosen workout -sort by date, workout volume

Tam-d commented 10 years ago

Erik do you want it to pull up a page with two buttons, workout and exercise, and show a list of the clicked one to choose what to show history for?

erikboyle commented 10 years ago

That works. Whatever you think though.

Tam-d commented 10 years ago

what actually is exercise history? all we can really say is when it was created, other than that its kinda useless. i think we just need workout history...

regardless i have the pages and buttons done, about to push them.

erikboyle commented 10 years ago

It's not useless, we're adding a one rep max estimate for all exercises, then we can sort them by that to find the most difficult set performed.